|
Telnet++ 4.0.0.9
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. | |
Public Member Functions inherited from telnetpp::client_option | |
| 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.