SccpMgmtTerm

Terminates the connection between the application with the TX device driver, releasing any resources (such as file descriptors) associated with SCCP management.

Prototype

SCCP_STATUS SccpMgmtTerm ( U8 board)

Argument

Description

board

TX board number.


Return values

Return value

Description

SCCP_SUCCESS

 

SCCP_BOARD

board is out of range.

SCCP_UNINIT

Application failed to call SccpMgmtInit prior to this call.


Details

Call this function once for each board the application initialized separately.