@CHIP-RTOS C Library V2.06 - TCP/IP API
Get_FTP_Login_Counters
Access the FTP server login counters. int Get_FTP_Login_Counters (
unsigned long far * * FTP_Login_Count,
unsigned long far * * FTP_Login_failCount ); Parameters
FTP_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.
FTP_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 FTP 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.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.01 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|