3#include "telnetpp/options/msdp/variable.hpp"
4#include "telnetpp/server_option.hpp"
36 void handle_subnegotiation(telnetpp::bytes data)
override;
An implementation of the server side of an MSDP Telnet option.
Definition server.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 server.hpp:29
A class that represents a Telnet option's server side. That is, the side that receives DO and DONT ne...
Definition server_option.hpp:35
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