25 #ifndef _FNET_TELNET_H_ 27 #define _FNET_TELNET_H_ 29 #if FNET_CFG_TELNET || defined(__DOXYGEN__) 116 #if defined(__cplusplus) 195 #if defined(__cplusplus) void * fnet_telnet_desc_t
Telnet server descriptor.
Shell main control structure.
void fnet_telnet_close_session(fnet_telnet_desc_t desc)
Closes the currently active session of the Telnet Server.
const fnet_shell_t * shell
Root-shell structure.
fnet_bool_t fnet_telnet_is_enabled(fnet_telnet_desc_t desc)
Detects if the Telnet Server service is enabled or disabled.
fnet_telnet_desc_t fnet_telnet_init(fnet_telnet_params_t *params)
Initializes the Telnet Server service.
void fnet_telnet_release(fnet_telnet_desc_t desc)
Releases the Telnet Server service.
Input parameters for fnet_telnet_init().
Socket address structure.