IMathLinkBytesToPut Method

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

Definition

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

Return Value

Int32
The number of bytes that remain to be sent.

Remarks

After you have called PutSize(Int32), the link knows how many bytes you have promised to send. This method lets you determine how many you still need to send.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also