3 #include "telnetpp/options/msdp/variable.hpp" 4 #include "telnetpp/server_option.hpp" 6 namespace telnetpp {
namespace options {
namespace msdp {
22 std::vector<telnetpp::token> send(std::vector<variable>
const &variables);
29 boost::signals2::signal<
30 std::vector<telnetpp::token> (std::vector<variable>
const &),
39 std::vector<telnetpp::token> handle_subnegotiation(
A collection of bytes that models the Standard Library's Container concept.
An implementation of the server side of an MSDP Telnet option.
Definition: server.hpp:11
A class that represents a Telnet option's server side.
Definition: server_option.hpp:34
A combiner for tokens.
Definition: element.hpp:47
Definition: byte_converter.hpp:4