Telnet++
4.0.0.9
A C++ library for interacting with Telnet streams
Loading...
Searching...
No Matches
include
telnetpp
options
msdp
detail
protocol.hpp
1
#pragma once
2
3
#include "telnetpp/core.hpp"
4
5
//* =========================================================================
25
//* =========================================================================
26
namespace
telnetpp::options::msdp::detail {
27
28
inline
constexpr
option_type
const
option = 69;
29
30
using
msdp_command_type = byte;
31
inline
constexpr
msdp_command_type
const
var = 1;
32
inline
constexpr
msdp_command_type
const
val = 2;
33
inline
constexpr
msdp_command_type
const
table_open = 3;
34
inline
constexpr
msdp_command_type
const
table_close = 4;
35
inline
constexpr
msdp_command_type
const
array_open = 5;
36
inline
constexpr
msdp_command_type
const
array_close = 6;
37
38
}
// namespace telnetpp::options::msdp::detail
Generated on Mon Jun 9 2025 16:28:24 for Telnet++ by
1.9.8