Retrieves the current configuration parameter values for an SCCP route definition specified by the dpc parameter.
SCCP_STATUS SccpGetRteCfg ( U8 board, SccpRouteCfg *pCfg, U32 dpc)
|
Argument |
Description |
|
board |
TX board number to which this request is directed. |
|
pCfg |
Pointer to the address of a route definition parameters buffer. The format is specified in SccpInitRteCfg. |
|
dpc |
Destination point code. |
|
Return value |
Description |
|
SCCP_SUCCESS |
|
|
SCCP_BOARD |
board is out of range. |
|
SCCP_DRIVER |
Error occurred accessing the driver. |
|
SCCP_NOGENCFG |
SccpSetGenCfg has not been called. |
|
SCCP_NOTFOUND |
Route specified by the dpc parameter was not found. |
|
SCCP_NULLPTR |
Null pointer was specified for pCfg. |
|
SCCP_TIMEOUT |
Request timed out. |
|
SCCP_UNINIT |
Application failed to call SccpMgmtInit prior to this call. |