@CHIP-RTOS C Library V2.00 - BIOS API
BIOS_Config_Server_Level
Change level for configuration server. void BIOS_Config_Server_Level ( unsigned int level ); Parameters
level
- The supported level
Return Value
- -- none --
Comments
- This function changes the supported level for the configuration server.
For a description of the possible levels, refer to
UDPCFG level
topic.
Note that if the level defined in the
CHIP.INI is 0 (zero),
the configuration server task is not started and changing the
supported level has no effect. To avoid this, use an unlisted
support level such as 0x1000 in the CHIP.INI.
The entry in the CHIP.INI file is not changed by
this call.
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|