Provides base for UDP clients or services. More...

Collaboration diagram for UDP:

Modules

 DNS server
 Provides DNS server.
 
 Network Time Protocol client
 Provides NTP client.
 

Classes

class  UdpConnection
 

Typedefs

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

Detailed Description

Provides base for UDP clients or services.

Typedef Documentation

◆ UdpConnectionDataDelegate

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