.NET/Link API Version 1.7 USE FRAMES

IMathLink.Ready Property

Indicates whether the link has data waiting to be read.

[Visual Basic]
Property Ready As Boolean
[C#]
bool Ready {get;}

Remarks

Ready tells you whether the next call that reads data will block or not.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace