@CHIP-RTOS C Library V2.00 - TCP/IP API
Get_TelnetServer_Idle_Timeout
Get Telnet server time-out value. unsigned int Get_TelnetServer_Idle_Timeout ( void ); Parameters
- -- none --.
Return Value
- 0xFFFF or 0xFFFE: Telnet server not available in this RTOS version
Otherwise: Existing Telnet server time-out value, in seconds.
Comments
- This function accesses the Telnet server's existing time-out value.
Refer to
TELNET_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
|