Sends a request to unblock the given group of circuits.
S16 TUPUnblockGroup ( U8 board, U16 groupID, U8 unblockTyp)
Argument |
Description |
board |
TX board number. |
groupID |
Group ID to unblock. |
unblockTyp |
Type of unblock. Possible values are: TUP_MUNBLOCK TUP_HUNBLOCK TUP_SUNBLOCK |
Return value |
Description |
TUP_SUCCESS |
|
TUP_BOARD |
board is out of range. |
TUP_DRIVER |
Error occurred accessing the driver. |
TUP_FAILED |
Task on the TX board reported a failure. |
TUP_UNBOUND |
Application failed to call TUPInitMgmtAPI prior to this call. |