Telnet++ 4.0.0.9
A C++ library for interacting with Telnet streams
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
telnetpp::options::new_environ::client Class Reference

An implementation of the client side of the Telnet New-Environ option. More...

#include <client.hpp>

Inheritance diagram for telnetpp::options::new_environ::client:
telnetpp::client_option

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.
 
- 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(response const &rsp)> on_variable_changed
 Signal called whenever an environment variable is updated.
 

Detailed Description

An implementation of the client side of the Telnet New-Environ option.

Member Data Documentation

◆ on_variable_changed

boost::signals2::signal<void(response const &rsp)> telnetpp::options::new_environ::client::on_variable_changed

Signal called whenever an environment variable is updated.

Parameters
rspthe response the response from the remote
conta continuation to pass any Telnet response that may occur as a result of receiving this response.

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