Telnet++ 4.0.1.7
A C++ library for interacting with Telnet streams
Loading...
Searching...
No Matches
protocol.hpp
1#pragma once
2
3#include "telnetpp/core.hpp"
4
5namespace telnetpp::options::charset::detail {
6
7constexpr telnetpp::option_type option = 42;
8
9constexpr telnetpp::byte request = 0x01;
10constexpr telnetpp::byte accepted = 0x02;
11
12} // namespace telnetpp::options::charset::detail