IMathLinkBytesToGet Method

Gives the number of bytes that remain to be read in the element that is currently being read in textual form.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
int BytesToGet()

Return Value

Int32
The number of bytes that remain to be read in the current element.

Remarks

BytesToGet lets you keep track of your progress reading an element through a series of GetData(Int32) calls.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also