Embedded TCP/IP stack
4.1.0
|
fnet_telnet.h
void fnet_telnet_close_session(fnet_telnet_desc_t desc)
Closes the currently active session of the Telnet Server.
fnet_telnet_desc_t fnet_telnet_init(struct fnet_telnet_params *params)
Initializes the Telnet Server service.
struct fnet_sockaddr address
Server socket address. If server IP address is set to 0s, the server will listen to all current net...
Definition: fnet_telnet.h:104
fnet_bool_t fnet_telnet_is_enabled(fnet_telnet_desc_t desc)
Detects if the Telnet Server service is enabled or disabled.
void fnet_telnet_release(fnet_telnet_desc_t desc)
Releases the Telnet Server service.
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net