Telnet++  3.1.0.2
A C++ library for interacting with Telnet streams
protocol.hpp
1 #pragma once
2 
3 #include "telnetpp/core.hpp"
4 
5 //* =========================================================================
19 //* =========================================================================
20 namespace telnetpp::options::terminal_type::detail {
21 
22 static constexpr option_type const option = 24;
23 
24 using terminal_type_command_type = byte;
25 static constexpr terminal_type_command_type const is = 0;
26 static constexpr terminal_type_command_type const send = 1;
27 
28 } // namespace telnetpp::options::terminal_type::detail