Retrieves the basic network service access point configuration from the TX board. Refer to USAP and NSAP configuration for more information.
S16 TUPGetNSapCfg ( U8 board, TUPNSapCfg *cfg, U16 sapID)
Argument |
Description |
board |
TX board number. |
cfg |
Pointer to the network service access point structure to fill. Refer to TUPInitNSapCfg. |
sapID |
Service access point ID for which to retrieve configuration. |
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. |