TUPSetUSapCfg

Sends a basic user service access point configuration buffer to the TX board. Refer to USAP and NSAP configuration for more information.

Prototype

S16 TUPSetUSapCfg ( U8 board, TUPUSapCfg *cfg, U16 sapID)

Argument

Description

board

TX board number.

cfg

Pointer to the USAP structure. Refer to TUPInitUSapCfg.

sapID

User service access point to configure.


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.