|
|
||
|
|
| int MLGetType(MLINK link) gets the type of the current object on the MathLink connection specified by link. |
| MLTKERR | error |
| MLTKINT | integer |
| MLTKFUNC | composite function |
| MLTKREAL | approximate real number |
| MLTKSTR | character string |
| MLTKSYM | symbol |
| MLTKOLDINT | integer from older versions of the MathLink library |
| MLTKOLDREAL | approximate real number from older versions of the MathLink library |
| MLTKOLDSTR | character string from older versions of the MathLink library |
| MLTKOLDSYM | symbol from older versions of the MathLink library |
| © 2008 Wolfram Research, Inc. |