@CHIP-RTOS C Library V2.06 - 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.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.02 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|