IMathLinkReady Property

Indicates whether the link has data waiting to be read.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
bool Ready { get; }

Property Value

Boolean

Remarks

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

Exceptions

MathLinkExceptionOn any MathLink error.

See Also