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