Telnet++
3.1.0.2
A C++ library for interacting with Telnet streams
|
An implementation of the client side of an MSDP Telnet option. More...
#include <client.hpp>
Public Member Functions | |
client (telnetpp::session &sess) noexcept | |
Constructor. | |
void | send (variable const &var) |
Send a variables to the remote server. | |
![]() | |
constexpr | client_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. | |
An implementation of the client side of an MSDP Telnet option.