Arduino DLNA Server
|
#include <WiFi.h>
#include <WiFiUdp.h>
#include "basic/IPAddressAndPort.h"
#include "basic/Str.h"
#include "assert.h"
Go to the source code of this file.
Classes | |
struct | tiny_dlna::RequestData |
Provides information of the received UDP which consists of the (xml) data and the peer address and port. More... | |
class | tiny_dlna::IUDPService |
Abstract Interface for UDP API. More... | |
Namespaces | |
tiny_dlna | |