UdpConnection.h File Reference
#include <Network/IpConnection.h>
#include <lwip/udp.h>
Include dependency graph for UdpConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UdpConnection
 

Typedefs

using UdpConnectionDataDelegate = Delegate< void(UdpConnection &connection, char *data, int size, IpAddress remoteIP, uint16_t remotePort)>