byte[] GetData(
int numRequested
)
Function GetData (
numRequested As Integer
) As Byte()
array<unsigned char>^ GetData(
int numRequested
)
abstract GetData :
numRequested : int -> byte[]
The returned array will have a length of at most numRequested.
MathLinkException | If the waiting data cannot be read in this format, or on any other MathLink error. |