www.beck-ipc.com

@CHIP-RTOS C Library V2.06 - 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, SS_SSL_WEB_SERVER = 3

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

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3
    V1.02V1.00V1.00V0.90

This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document