3 #include "telnetpp/core.hpp"
31 namespace telnetpp::options::new_environ::detail {
33 static constexpr option_type
const option = 39;
35 using new_environ_command_type = byte;
36 static constexpr new_environ_command_type
const is = 0;
37 static constexpr new_environ_command_type
const send = 1;
38 static constexpr new_environ_command_type
const info = 2;
40 static constexpr new_environ_command_type
const var = 0;
41 static constexpr new_environ_command_type
const value = 1;
42 static constexpr new_environ_command_type
const esc = 2;
43 static constexpr new_environ_command_type
const uservar = 3;