Mathematica 9 is now available

Documentation / Mathematica / Add-ons & Links / MathLink / Mathematica Functions /

LinkCreate

FilledSmallSquare LinkCreate["name"] creates a MathLink link with the specified name for another program to connect to.

FilledSmallSquare LinkCreate[ ] picks an unused port on your computer system and creates a MathLink link on it.

FilledSmallSquare LinkCreate returns a LinkObject.

FilledSmallSquare You can use LinkCreate and LinkConnect to set up peer-to-peer communication between two Mathematica processes.

FilledSmallSquare The option LinkProtocol specifies the underlying data transport protocol to use.

FilledSmallSquare LinkCreate internally calls a function analogous to the MLOpenArgv() function in the MathLink library.

FilledSmallSquare See Section 2.13.6.

FilledSmallSquare See also: LinkConnect, LinkLaunch, LinkClose.

FilledSmallSquare New in Version 3.



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.