www.beck-ipc.com

@CHIP-RTOS C Library V2.06 - TCP/IP API


Get_Installed_Servers

Get information about running servers and interfaces of the TCP/IP Stack.

void Get_Installed_Servers ( unsigned int far* first,
                             unsigned int far* second );

Parameters

first

The first eight possible available servers:
    Bit 0: GIS_ETHERNET - Ethernet device
    Bit 1: GIS_PPP_SERVER - PPP server
    Bit 2: GIS_PPP_CLIENT - PPP client
    Bit 3: GIS_WEB_SERVER - Web server
    Bit 4: GIS_TELNET_SERVER - Telnet server
    Bit 5: GIS_FTP_SERVER - FTP server
    Bit 6: GIS_TFTP_SERVER - TFTP server
    Bit 7: GIS_DHCP - DHCP client

second

The next eight possible available servers:
    Bit 0: GIS_SNMP_MIB - SNMP MIB variables support
    Bit 1: GIS_CFG_SERVER - UDP Config server
    Bit 2: GIS_PING_CLIENT - Ping client

Return Value

-- none --

Comments

The masked listed here are defined in the tcpip.h header file.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3
    V1.01V1.00V1.00V0.90

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


End of document