Contents
#include <coreudpconnection.h> struct IUDPPacketReceiver { // methods virtual void receiveUDPPacket( const IPAddress& srcIP, const uint8 buffer[], uint16 length ) = 0; };