IMathLinkBytesToPut Method
Gives the number of bytes that remain to be sent in the element that is currently being sent in textual form.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Function BytesToPut As Integer
abstract BytesToPut : unit -> int
Return Value
Int32The number of bytes that remain to be sent.
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.