Babel
Epitech's C++ VoIP project
|
#include <IUDPClient.hpp>
Public Member Functions | |
void | connect (const std::string &hostname, uint16_t port)=0 |
connect to a hostname and a port More... | |
void | send (Message message)=0 |
Send the message. More... | |
|
pure virtual |
connect to a hostname and a port
|
pure virtual |
Send the message.