Arduino DLNA Server
Loading...
Searching...
No Matches
DLNA.h
Go to the documentation of this file.
1#pragma once
9
10#if defined(ESP32)
12#endif
13
14using namespace tiny_dlna;
15
16#ifdef IS_DESKTOP
18#endif
19
Access to UDP functionality: sending and receiving of data using the Async API of the ESP32.
Definition: UDPAsyncService.h:22
Access to UDP functionality: sending and receiving of data.
Definition: UDPService.h:29
Definition: Allocator.h:13