3 #include "telnetpp/client_option.hpp"
5 #include <boost/signals2.hpp>
24 void request_terminal_type();
26 boost::signals2::signal<void(telnetpp::bytes)> on_terminal_type;
33 void handle_subnegotiation(telnetpp::bytes data)
override;
A class that represents a Telnet option's client side. That is, the side that receives WILL and WONT ...
Definition: client_option.hpp:35
An implementation of the client side of the Telnet Terminal Type option.
Definition: client.hpp:14
An abstraction for a Telnet session.
Definition: session.hpp:141
An implementation of the standard Telnet Terminal-Type option.
Definition: client.hpp:7