#include <socketService.hpp>
Inheritance diagram for SocketService:
Public Member Functions | |
SocketService (uint16_t numPort) | |
int | Accept () |
void | Listen (int n) |
|
Constructeur de la socket de communication
|
|
Permet d'accepter une communication
|
|
Attend une connexion sur la socket
|