Using the function reference

This section provides an alphabetical reference to the NA SS7 Monitor Software management functions. A prototype of each function is shown with the function description, details of all arguments, and return values. A typical function includes:

Prototype

The prototype is followed by a listing of the function's arguments. Dialogic data types include:

  • U8  8-bit unsigned

  • S16  16-bit signed

  • U32  32-bit unsigned

  • Bool  8-bit unsigned

If a function argument is a data structure, the complete data structure is defined.

Return values

The return value for a function is either MON_SUCCESS or an error code. For asynchronous functions, a return value of MON_SUCCESS (zero) indicates the function was initiated; subsequent events indicate the status of the operation.