IMathLinkPutSize Method

Specifies the size in bytes of an element being sent in textual form.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void PutSize(
	int size
)

Parameters

size  Int32
The size of the data, in bytes, that will be written with the following one or more calls to PutData(Byte).

Exceptions

MathLinkExceptionOn any MathLink error.

See Also