|
Telnet++ 4.0.0.9
A C++ library for interacting with Telnet streams
|
A class that encapsulates a Telnet subnegotiation. More...
#include <subnegotiation.hpp>
Public Member Functions | |
| constexpr | subnegotiation (option_type option, bytes content) noexcept |
| Constructor. | |
| constexpr option_type | option () const noexcept |
| Returns the option for this subnegotiation. | |
| constexpr bytes | content () const noexcept |
| Returns the content for this subnegotiation. | |
A class that encapsulates a Telnet subnegotiation.