TCAPInitMgmtAPI

Initializes TCAP management and provides access to the TX board.

Prototype

S16 TCAPInitMgmtAPI ( U8 board, U8 srcEnt, U8 srcInst)

Argument

Description

board

TX board number to which this request is directed.

srcEnt

Calling application entity ID.

srcInst

Calling application instance ID.


Return values

Return value

Description

TCAP_SUCCESS

 

TCAPM_BOARD

board is out of range.

TCAPM_DRIVER

Error occurred accessing the driver.

TCAPM_TOOMANY

Too many applications initialized the board concurrently.


Details

This function must be called before any other TCAP management functions are called.

If the same application uses both the TCAP service functions and the TCAP management functions, specify separate entity IDs when the two APIs are initialized.