void PutData(
byte[] data
)
Sub PutData (
data As Byte()
)
void PutData(
array<unsigned char>^ data
)
abstract PutData :
data : byte[] -> unit
The textual means of sending data is rarely used. Its main use is to allow a number to be sent that is larger than can fit in any native .NET numeric type. See the example for PutNext(ExpressionType).
MathLinkException | On any MathLink error. |