Sends a request to reset the given, pre-defined circuit.
S16 TUPResetCircuit ( U8 board, CirIdx circID)
|
Argument |
Description |
|
board |
TX board number. |
|
circID |
Circuit index to reset. |
|
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. |