|
MLReady()
int MLReady(MLINK link) tests whether there is data ready to be read from link.
Analogous to the Mathematica function LinkReadyQ.
MLReady() is often called in a loop as a way of polling a MathLink connection.
MLReady() will always return immediately, and will not block.
You need to call MLFlush() before starting to call MLReady().
See The Mathematica Book: Section 2.12.14.
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. |