TCAPTermMgmtAPI

Terminates the connection between the application and the TX board, releasing any resources (file descriptors) associated with TCAP management functions.

Prototype

S16 TCAPTermMgmtAPI ( U8 board)

Argument

Description

board

TX board number to which this request is directed.


Return values

Return value

Description

TCAP_SUCCESS

 

TCAPM_BOARD

board is out of range.

TCAPM_UNINIT

Application failed to call TCAPInitMgmtAPI prior to this call.


Details

Call this function once for each board the application initialized.