Terminates the connection between the application with the TX device driver, releasing any resources (such as file descriptors) associated with SCCP management.
SCCP_STATUS SccpMgmtTerm ( U8 board)
Argument |
Description |
board |
TX board number. |
Return value |
Description |
SCCP_SUCCESS |
|
SCCP_BOARD |
board is out of range. |
SCCP_UNINIT |
Application failed to call SccpMgmtInit prior to this call. |
Call this function once for each board the application initialized separately.