int CheckFunction(
string f
)Function CheckFunction (
f As String
) As Integerint CheckFunction(
String^ f
)abstract CheckFunction :
f : string -> int This method is similar to GetFunction(Int32) in that it reads the name and argument count off the link. Use it in situations where you want an error to occur if the function is not what you expect.
| MathLinkException | If the data waiting on the link is not the named function, or on any other MathLink error. |