www.beck-ipc.com

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


Get_FTPServer_Idle_Timeout

Get FTP server time-out value.

unsigned int Get_FTPServer_Idle_Timeout ( void );

Parameters

-- none --

Return Value

0xFFFF or 0xFFFE:  FTP server not available in this RTOS version
Otherwise:   Existing FTP server time-out value, in seconds.

Comments

This function accesses the FTP server's existing time-out value.

Refer to FTP_TIMEOUT in CHIP.INI documentation.

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