Obtains SCT SAP status information from M3UA.
STATUS TXM3UAFUNC M3uaSctSapStatus ( U8 board, S16 id, M3UASctSapSta *pStatus)
Argument |
Description |
board |
TX board number on which the desired MTP 3 task resides. Valid range is 1 through MAXBOARD (currently 32). |
id |
M3UA identifier of the SCT SAP for which to obtain status information. |
pStatus |
Pointer to the M3UASctSapSta structure where the requested status information is returned. For information, see M3UASctSapSta. |
Return value |
Description |
M3UA_SUCCESS |
|
M3UA_BOARD |
Invalid board number. |
M3UA_DRIVER |
CPI driver error. |
M3UA_HANDLE |
M3UAMgmtInit was not called for the specified board. |
M3UA_PARAM |
Invalid parameter. |
M3UA_RESPONSE |
Incorrect response from the board. |
M3UA_TIMEOUT |
No response from the board. |