IMathLinkBytesToGet Method
Gives the number of bytes that remain to be read in the element that is currently being read in textual form.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Function BytesToGet As Integer
abstract BytesToGet : unit -> int
Return Value
Int32The number of bytes that remain to be read in the current element.
BytesToGet lets you keep track of your progress reading an element through a series of
GetData(Int32) calls.