#include <IpAddress.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 | |
typedef Delegate< void(UdpConnection &connection, char *data, int size, IpAddress remoteIP, uint16_t remotePort)> | UdpConnectionDataDelegate |