Sends a request to block the given group of circuits.
S16 TUPBlockGroup ( U8 board, U16 groupID, U8 blockTyp)
|
Argument |
Description |
|
board |
TX board number. |
|
groupID |
Group ID to block. |
|
blockTyp |
Type of block. Possible values are TUP_MBLOCK, TUP_HBLOCK, or TUP_SBLOCK. |
|
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. |