|
Arduino DLNA Server
|
#include <stdint.h>#include <functional>#include "Client.h"#include "basic/Url.h"#include "dlna/Action.h"#include "dlna/udp/IUDPService.h"#include "http/Server/IHttpRequest.h"#include "http/Server/IHttpServer.h"Go to the source code of this file.
Classes | |
| class | tiny_dlna::IControlPoint |
| Abstract interface for DLNA Control Point functionality. More... | |
Namespaces | |
| namespace | tiny_dlna |
Typedefs | |
| using | tiny_dlna::XMLCallback = std::function< void(Client &client, ActionReply &reply)> |