This section provides a reference to the TX INFO library functions. A typical function includes:
Prototype |
The prototype is followed by a list of the function's arguments. Dialogic data types include:
If a function argument is a data structure, the complete data structure is defined. |
Return values |
The return value for a function is either zero (indicating SUCCESS) or an error code. Since there are no asynchronous functions in the TX INFO library, any return value indicates the final result of the function. |