Telnet++  3.1.0.2
A C++ library for interacting with Telnet streams
All Classes Namespaces Functions Variables Enumerations Pages
Public Types | Public Member Functions | Public Attributes | List of all members
telnetpp::options::naws::client Class Reference

An implementation of the client side of the Telnet NAWS option. More...

#include <client.hpp>

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

Public Types

using window_dimension = std::uint16_t
 

Public Member Functions

 client (telnetpp::session &sess) noexcept
 Constructor.
 
- 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(window_dimension, window_dimension)> on_window_size_changed
 

Detailed Description

An implementation of the client side of the Telnet NAWS option.


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