Listens at a port for UDP packets and dispatches them to a delegate. DelegateThreeParameter UdpSocket. More...
#include <UdpServer.h>
Public Member Functions | |
UdpServer (int port, RefCountPtr< IDelegateThreeParameter< UdpSocket &, Array< byte > &, int > > callback, int bufferSize=512) | |
void | Close () |
void | Join () |
virtual void | CheckMem () const |
virtual void | ValidateMem () const |
Protected Attributes | |
ThreadStartDelegate< UdpServer > | m_thread |
UdpSocket | m_sock |
RefCountPtr < IDelegateThreeParameter < UdpSocket &, Array< byte > &, int > > | m_callback |
volatile bool | m_running |
int | m_bufSize |
Listens at a port for UDP packets and dispatches them to a delegate. DelegateThreeParameter UdpSocket.
Definition at line 35 of file UdpServer.h.