IMathLinkDeviceInformation Method
A low-level function that retrieves special internal information from the MathLink device.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
void DeviceInformation(
int selector,
IntPtr buffer,
ref int bufLen
)
Sub DeviceInformation (
selector As Integer,
buffer As IntPtr,
ByRef bufLen As Integer
)
void DeviceInformation(
int selector,
IntPtr buffer,
int% bufLen
)
abstract DeviceInformation :
selector : int *
buffer : IntPtr *
bufLen : int byref -> unit
Parameters
- selector Int32
-
- buffer IntPtr
-
- bufLen Int32
-
Some MathLink devices (devices are software components that implement the actual protocol for sending and
receiving data, such as the MathLink TCP device) can be queried for internal information.
Very few programmers will ever call this. It is provided mainly for diagnostics.