TUPSetCircCfg

Sets circuit configurations to the TX board. For more information, refer to Circuits and groups configuration.

Prototype

S16 TUPSetCircCfg ( U8 board, TUPCircCfg *cfg, S16 spId)

Argument

Description

board

TX board number.

cfg

Pointer to the circuit configuration structure to fill. Refer to TUPInitCircCfg.

spId

NSAP for which to configure this circuit set.


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.