UDP
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 | |
using | UdpConnectionDataDelegate = Delegate< void(UdpConnection &connection, char *data, int size, IpAddress remoteIP, uint16_t remotePort)> |
Detailed Description
Provides base for UDP clients or services.
Typedef Documentation
◆ UdpConnectionDataDelegate
using UdpConnectionDataDelegate = Delegate<void(UdpConnection& connection, char* data, int size, IpAddress remoteIP, uint16_t remotePort)> |