Telnet++
3.1.0.2
A C++ library for interacting with Telnet streams
|
An implementation of the client side of the Telnet New-Environ option. More...
#include <client.hpp>
Public Member Functions | |
client (telnetpp::session &sess) noexcept | |
CONSTRUCTOR. | |
void | request_variables (requests const &reqs) |
Requests that a particular set of environment variables be transmitted by the client. | |
![]() | |
constexpr | client_option (telnetpp::session &sess, telnetpp::option_type code) noexcept |
Public Attributes | |
boost::signals2::signal< void(response const &rsp)> | on_variable_changed |
Signal called whenever an environment variable is updated. More... | |
An implementation of the client side of the Telnet New-Environ option.
boost::signals2::signal<void(response const &rsp)> telnetpp::options::new_environ::client::on_variable_changed |
Signal called whenever an environment variable is updated.
rsp | the response the response from the remote |
cont | a continuation to pass any Telnet response that may occur as a result of receiving this response. |