SccpGetGenCfg

Retrieves the current values for the general configuration parameters from the TX board.

Prototype

SCCP_STATUS SccpGetGenCfg ( U8 board, SccpGenCfg *pCfg)

Argument

Description

board

TX board number.

pCfg

Pointer to the address of the general configuration parameters buffer. The format is specified in SccpInitGenCfg.


Return values

Return value

Description

SCCP_SUCCESS

 

SCCP_BOARD

board is out of range.

SCCP_DRIVER

Error occurred accessing the driver.

SCCP_NOGENCFG

Application failed to call SccpSetGenCfg prior to this call.

SCCP_NULLPTR

Null pointer was specified for pCfg.

SCCP_RESOURCES

TX board resource is exhausted. Check the txalarm log.

SCCP_TIMEOUT

Request timed out.

SCCP_UNINIT

Application failed to call SccpMgmtInit prior to this call.