UdpServer Class Reference

Listens at a port for UDP packets and dispatches them to a delegate. DelegateThreeParameter UdpSocket. More...

#include <UdpServer.h>

Inheritance diagram for UdpServer:
IMemoryValidate

List of all members.

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< UdpServerm_thread
UdpSocket m_sock
RefCountPtr
< IDelegateThreeParameter
< UdpSocket &, Array< byte >
&, int > > 
m_callback
volatile bool m_running
int m_bufSize

Detailed Description

Listens at a port for UDP packets and dispatches them to a delegate. DelegateThreeParameter UdpSocket.

Definition at line 35 of file UdpServer.h.


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