IMathLinkDeviceInformation Method

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void DeviceInformation(
	int selector,
	IntPtr buffer,
	ref int bufLen
)

Parameters

selector  Int32
 
buffer  IntPtr
 
bufLen  Int32
 

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