|
Telnet++
A C++ library for interacting with Telnet streams
|
A class that encapsulates a Telnet subnegotiation. More...
#include <subnegotiation.hpp>
Public Member Functions | |
| subnegotiation (u8 option, u8stream content) | |
| Constructor. | |
| u8 | option () const |
| Returns the option for this subnegotiation. | |
| u8stream const & | content () const |
| Returns the content for this subnegotiation. | |
A class that encapsulates a Telnet subnegotiation.
1.8.11