| Telnet++ 4.0.0.9
    A C++ library for interacting with Telnet streams | 
A class that encapsulates a Telnet negotiation. More...
#include <negotiation.hpp>
| Public Member Functions | |
| constexpr | negotiation (negotiation_type request, option_type option) noexcept | 
| Constructor. | |
| constexpr negotiation_type | request () const noexcept | 
| Returns the request (will, wont, do, dont) of this negotiation. | |
| constexpr option_type | option_code () const noexcept | 
| Returns the option code (e.g. echo, naws) of this negotiation. | |
| constexpr void | hash_combine (std::size_t &seed) const | 
| Combine a hash of the object. | |
A class that encapsulates a Telnet negotiation.