@CHIP-RTOS C Library V2.06 - 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.
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
|