Discord.C++ 0.13.0
|
#include <VoiceClient.h>
Public Member Functions | |
udp_client (const std::string &ip, const int port) | |
~udp_client () | |
void | send (const std::string &msg) |
std::string | receive () |
DiscordCPP::udp_client::udp_client | ( | const std::string & | ip, |
const int | port ) |
DiscordCPP::udp_client::~udp_client | ( | ) |
std::string DiscordCPP::udp_client::receive | ( | ) |
void DiscordCPP::udp_client::send | ( | const std::string & | msg | ) |