.NET/Link API Version 1.7 USE FRAMES

IMathLink.DeviceInformation Method 

A low-level function that retrieves special internal information from the MathLink device.

[Visual Basic]
Sub DeviceInformation( _
   ByVal selector As Integer, _
   ByVal buffer As IntPtr, _
   ByRef bufLen As Integer _
)
[C#]
void DeviceInformation(
   int selector,
   IntPtr buffer,
   ref int bufLen
);

Remarks

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.

See Also

IMathLink Interface | Wolfram.NETLink Namespace