Arduino DLNA Server
Classes | Namespaces
DLNADevice.h File Reference
#include <functional>
#include "DLNAServiceInfo.h"
#include "StringRegistry.h"
#include "basic/Icon.h"
#include "basic/Vector.h"
#include "service/Action.h"
#include "vector"
#include "xml/XMLPrinter.h"
Include dependency graph for DLNADevice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tiny_dlna::DLNADevice
 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 mimimize the RAM useage. If you need to keep the values on the heap you can use addString() method. More...
 

Namespaces

 tiny_dlna