Set_Instance_Number

The Set_Instance_Number function should be issued by the state table at the start of the application to specify with which GeoTel instance number this call is to communicate. This function call is required only in a multi-instance environment; calling this function when the -n parameter has not been specified has no effect. This function call must be issued before issuing any other function calls in a multi-instance environment.

SendData

InstanceNumber (number)
The GeoTel instance number with which this call will communicate.

ReceiveData

Status (number)
A return code of E_NO_ERROR is returned unless the instance number is invalid, in which case E_INVALID_INSTANCE_NUMBER is returned.