Callback class used for getting UDP messages received by the shared server socket. More...
#include <udpsharedserver.h>
Classes | |
class | Data |
Small structure for storing function callback data. More... | |
Public Member Functions | |
virtual void | ProcessUDP (const Packet &packet, const IP4Address &ipAddress) |
virtual void | ProcessUDP (const Packet &packet, const IP4Address &ipAddress, const unsigned short sourcePort) |
Callback class used for getting UDP messages received by the shared server socket.
Definition at line 111 of file udpsharedserver.h.
virtual void CxUtils::UdpSharedServer::Callback::ProcessUDP | ( | const Packet & | packet, |
const IP4Address & | ipAddress | ||
) | [inline, virtual] |
Definition at line 135 of file udpsharedserver.h.
virtual void CxUtils::UdpSharedServer::Callback::ProcessUDP | ( | const Packet & | packet, |
const IP4Address & | ipAddress, | ||
const unsigned short | sourcePort | ||
) | [inline, virtual] |
Definition at line 137 of file udpsharedserver.h.