Babel
Epitech's C++ VoIP project
Public Member Functions | List of all members
Babel::IUDPClient Class Referenceabstract

#include <IUDPClient.hpp>

Collaboration diagram for Babel::IUDPClient:

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...
 

Member Function Documentation

◆ connect()

void Babel::IUDPClient::connect ( const std::string &  hostname,
uint16_t  port 
)
pure virtual

connect to a hostname and a port

◆ send()

void Babel::IUDPClient::send ( Message  message)
pure virtual

Send the message.


The documentation for this class was generated from the following file: