Initializes SCCP management and provides access to the TX device driver.
SCCP_STATUS SccpMgmtInit ( U8 board, U8 srcEnt, U8 srcInst)
Argument |
Description |
board |
TX board number. |
srcEnt |
Calling application entity ID. |
srcInst |
Calling application instance ID. |
Return value |
Description |
SCCP_SUCCESS |
|
SCCP_BOARD |
board is out of range. |
SCCP_DRIVER |
Error occurred accessing the driver. |
SCCP_INSTANCE |
Instance ID is out of range. |
SCCP_TOOMANY |
Too many applications have initialized the board concurrently. |
This function must be called before any other SCCP management functions are called.
Note: If the same application uses both the SCCP service functions and the SCCP management functions, separate entity IDs must be specified when the two APIs are initialized.