6861 - 6870 of 7896 for InSearch Results
View search results from all Wolfram sites (26553 matches)
MLNextPacket()   (Mathematica MathLink C Function)
int MLNextPacket (MLINK link) goes to the next packet on link and returns a constant to indicate its head.
MLEndPacket()   (Mathematica MathLink C Function)
int MLEndPacket (MLINK link) inserts an indicator in the expression stream that says the current expression is complete and is ready to be sent.
MLGetMessage()   (Mathematica MathLink C Function)
int MLGetMessage (MLINK link, int* code, int*param) reads an out-of-band message code from the urgent message channel associated with link and stores the code in code and any ...
MLActivate()   (Mathematica MathLink C Function)
int MLActivate (MLINK link) activates a MathLink connection, waiting for the program at the other end to respond.
MLDuplicateLink()   (Mathematica MathLink C Function)
MLINK MLDuplicateLink (MLINK parent, const char *name, int *err) returns a copy of parent and sets the new link object's name to name.
MLGetType()   (Mathematica MathLink C Function)
int MLGetType (MLINK link) gets the type of the current object on the MathLink connection specified by link.
MLGetYieldFunction()   (Mathematica MathLink C Function)
MLYieldFunctionObject MLGetYieldFunction (MLINK link) returns the currently installed yield function for the link referenced by link.
MLInitialize()   (Mathematica MathLink C Function)
MLENV MLInitialize (char* p) initializes the MathLink environment object and passes parameters in p.
MLMain()   (Mathematica MathLink C Function)
int MLMain (int argc, char ** argv) sets up communication between an external program started using Install and Mathematica.
MLNewPacket()   (Mathematica MathLink C Function)
int MLNewPacket (MLINK link) skips to the end of the current packet on link.
1 ... 684|685|686|687|688|689|690 ... 790 Previous Next

...