Initializes internal structures and opens communication with the SCTP task on the TX board.
SCTP_STATUS TXSCTPFUNC SctpMgmtInit ( U8 board, U8 srcEnt, U8 srcInst)
Argument |
Description |
board |
TX board number on which the desired SCTP layer resides. Valid range is 1 through MAXBOARD (currently 32). |
srcEnt |
Source entity ID, which is channel to open for communication with TX board. |
srcInst |
Source instance ID. |
Return value |
Description |
SCTP_SUCCESS |
|
SCTP_BOARD |
Invalid board number. |
SCTP_DRIVER |
CPI driver error. |
You must call this function once before calling any other SCTP management functions. The source entity ID must be from 0x20 through 0x7F and unique for each application accessing the SCTP layer through the management API.
Source instance ID should always be 0 for host applications.