3#include "telnetpp/client_option.hpp" 
    4#include "telnetpp/options/msdp/variable.hpp" 
   36    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 an MSDP Telnet option.
Definition client.hpp:12
boost::signals2::signal< void(variable const &)> on_receive
Register for a signal whenever a list of variables is received from the remote server.
Definition client.hpp:29
An abstraction for a Telnet session.
Definition session.hpp:141
An implementation of the Mud Server Data Protocol.
Definition client.hpp:6
A structure that represents a named value.
Definition variable.hpp:30