@CHIP-RTOS C Library V2.00 - BIOS API
BIOS_Server_On_Off
Suspend/Resume system servers. void BIOS_Server_On_Off ( SERVER_SPEC which_server,
unsigned int activate ); Parameters
which_server
- Enumerator:
SS_FTP_SERVER = 0, SS_TELNET_SERVER = 1, SS_WEB_SERVER = 2
activate
- Boolean: 0: Resume, 1: Suspend.
Return Value
- -- none --
Comments
- This function may be used to enable a server that was
disabled at startup due to a CHIP.INI entry.
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Related Topics
-
- FTP_ENABLE definition
in CHIP.INI file
-
- TELNET_ENABLE definition
in CHIP.INI file
-
- WEB_ENABLE definition
in CHIP.INI file
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|