mcpp
C++ Minecraft Library
mcpp::SocketConnection Member List

This is the complete list of members for mcpp::SocketConnection, including all inherited members.

recv() constmcpp::SocketConnection
send(const std::string &dataString)mcpp::SocketConnection
sendCommand(const std::string &prefix, const Types &... args)mcpp::SocketConnectioninline
sendReceiveCommand(const T &prefix, const Types &... args)mcpp::SocketConnectioninline
SocketConnection(const std::string &address_str, uint16_t port)mcpp::SocketConnection