Telnet++  3.1.0.2
A C++ library for interacting with Telnet streams
Public Member Functions | Public Attributes | List of all members
telnetpp::options::msdp::server Class Reference

An implementation of the server side of an MSDP Telnet option. More...

#include <server.hpp>

Inheritance diagram for telnetpp::options::msdp::server:
telnetpp::server_option

Public Member Functions

 server (telnetpp::session &sess) noexcept
 Constructor.
 
void send (variable const &var)
 Send a variables to the remote server.
 
- Public Member Functions inherited from telnetpp::server_option
constexpr server_option (telnetpp::session &sess, telnetpp::option_type code) noexcept
 

Public Attributes

boost::signals2::signal< void(variable const &)> on_receive
 Register for a signal whenever a list of variables is received from the remote server.
 

Detailed Description

An implementation of the server side of an MSDP Telnet option.


The documentation for this class was generated from the following files: