|
Arduino DLNA Server
|
#include <functional>#include "DLNAControlPointRequestParser.h"#include "DLNADevice.h"#include "DLNADeviceInfo.h"#include "Schedule.h"#include "Scheduler.h"#include "basic/StrPrint.h"#include "basic/Url.h"#include "http/HttpServer.h"#include "xml/XMLDeviceParser.h"#include "xml/XMLParser.h"#include "xml/XMLParserPrint.h"

Go to the source code of this file.
Classes | |
| class | tiny_dlna::DLNAControlPoint |
| Lightweight DLNA control point manager. More... | |
Namespaces | |
| namespace | tiny_dlna |
Variables | |
| DLNAControlPoint * | tiny_dlna::selfDLNAControlPoint = nullptr |