3 #include "telnetpp/option.hpp"
34 option<telnetpp::do_, telnetpp::dont, telnetpp::will, telnetpp::wont>
A class that represents a Telnet option's client side. That is, the side that receives WILL and WONT ...
Definition: client_option.hpp:35
An class that encapsulates one side of a Telnet option.
Definition: option.hpp:46
An abstraction for a Telnet session.
Definition: session.hpp:141