1 #ifndef BMAUDPServerSocket_h__ 2 #define BMAUDPServerSocket_h__ 5 #include "BMAUDPSocket.h" 6 #include "BMACommand.h" 38 std::vector<BMASession *> sessions;
Definition: BMAUDPServerSocket.h:15
Definition: BMAUDPSocket.h:7
Definition: BMAEPoll.h:29
Definition: BMACommand.h:8
void onDataReceived(std::string data) override
Called when data is received from the socket.
Definition: BMAUDPServerSocket.cpp:33
Definition: BMASession.h:18