Arduino DLNA Server
|
Access to UDP functionality: sending and receiving of data using the Async API of the ESP32. More...
#include <UDPAsyncService.h>
Public Member Functions | |
bool | begin (IPAddressAndPort addr) |
bool | send (uint8_t *data, int len) |
bool | send (IPAddressAndPort addr, uint8_t *data, int len) |
RequestData | receive () |
Protected Attributes | |
AsyncUDP | udp |
IPAddressAndPort | peer |
QueueLockFree< RequestData > | queue {50} |
Access to UDP functionality: sending and receiving of data using the Async API of the ESP32.
|
inlinevirtual |
Implements tiny_dlna::IUDPService.
|
inlinevirtual |
Implements tiny_dlna::IUDPService.
|
inlinevirtual |
Implements tiny_dlna::IUDPService.
|
inlinevirtual |
Implements tiny_dlna::IUDPService.
|
protected |
|
protected |
|
protected |