Telnet++
A C++ library for interacting with Telnet streams
telnetpp::session Member List

This is the complete list of members for telnetpp::session, including all inherited members.

install(command const &cmd, std::function< std::vector< token >(command const &)> const &on_command)telnetpp::session
install(client_option &option)telnetpp::session
install(server_option &option)telnetpp::session
receive(u8stream const &stream)telnetpp::session
send(std::vector< token > const &tokens)telnetpp::session
session(std::function< std::vector< token >(std::string const &)> on_text)telnetpp::session