|
Arduino DLNA Server
|
#include "basic/Icon.h"#include "basic/Vector.h"#include "dlna/Action.h"#include "dlna/DLNAServiceInfo.h"#include "dlna/udp/IUDPService.h"#include "dlna/xml/XMLPrinter.h"#include "http/Server/IHttpServer.h"

Go to the source code of this file.
Classes | |
| class | tiny_dlna::DLNADeviceInfo |
| Device Attributes and generation of XML using urn:schemas-upnp-org:device-1-0. We could just return a predefined device xml document, but we provide a dynamic generation of the service xml which should be more memory efficient. Strings are represented as char*, so you can assign values that are stored in ProgMem to minimize the RAM usage. If you need to keep the values on the heap you can use addString() method. More... | |
Namespaces | |
| namespace | tiny_dlna |