3 #include "telnetpp/core.hpp"
26 namespace telnetpp::options::msdp::detail {
28 static constexpr option_type
const option = 69;
30 using msdp_command_type = byte;
31 static constexpr msdp_command_type
const var = 1;
32 static constexpr msdp_command_type
const val = 2;
33 static constexpr msdp_command_type
const table_open = 3;
34 static constexpr msdp_command_type
const table_close = 4;
35 static constexpr msdp_command_type
const array_open = 5;
36 static constexpr msdp_command_type
const array_close = 6;