TUPDeleteGroup

Sends a request to delete the given group of circuits.

Prototype

S16 TUPDeleteGroup ( U8 board, U16 groupID)

Argument

Description

board

TX board number.

groupID

Group ID to delete. Set to 0 to delete all groups.


Return values

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.