Telnet++
4.0.0.9
A C++ library for interacting with Telnet streams
Loading...
Searching...
No Matches
include
telnetpp
options
new_environ
detail
protocol.hpp
1
#pragma once
2
3
#include "telnetpp/core.hpp"
4
5
//* =========================================================================
30
//* =========================================================================
31
namespace
telnetpp::options::new_environ::detail {
32
33
inline
constexpr
option_type
const
option = 39;
34
35
using
new_environ_command_type = byte;
36
inline
constexpr
new_environ_command_type
const
is = 0;
37
inline
constexpr
new_environ_command_type
const
send = 1;
38
inline
constexpr
new_environ_command_type
const
info = 2;
39
40
inline
constexpr
new_environ_command_type
const
var = 0;
41
inline
constexpr
new_environ_command_type
const
value = 1;
42
inline
constexpr
new_environ_command_type
const
esc = 2;
43
inline
constexpr
new_environ_command_type
const
uservar = 3;
44
45
}
// namespace telnetpp::options::new_environ::detail
Generated on Mon Jun 9 2025 16:28:24 for Telnet++ by
1.9.8