www.beck-ipc.com

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


Get_Telnet_Login_Counters

Access the Telnet server login counters.

int Get_Telnet_Login_Counters(unsigned long far * * Telnet_Login_Count,
                              unsigned long far * * Telnet_Login_failCount);

Parameters

Telnet_Login_Count

Output parameter:   A far pointer to the 32 bit login counter will be output to the location pointed to by this parameter.   On failure, a NULL pointer is output here.

Telnet_Login_failCount

Output parameter:   A far pointer to the 32 bit login fail counter will be output to the location pointed to by this parameter.   On failure, a NULL pointer is output here.

Return Value

0: success
non-zero: @CHIP-RTOS doesn't support Telnet server (pointers are set to NULL).

See Also

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