18#ifndef _MEDIASERVER_HXX_INCLUDED_
19#define _MEDIASERVER_HXX_INCLUDED_
25#include "libupnpp/control/cdirectory.hxx"
26#include "libupnpp/control/device.hxx"
33typedef std::shared_ptr<MediaServer> MSRH;
43 static bool getDeviceDescs(std::vector<UPnPDeviceDesc>& devices,
44 const std::string& friendlyName =
"");
45 static bool isMSDevice(
const std::string& devicetype);
50 static const std::string DType;
For now, the Device class is just a holder for the description object.
Definition device.hxx:42
Data holder for a UPnP device, parsed from the XML description obtained during discovery.
Definition description.hxx:139
UPnP Description phase: interpreting the device description which we downloaded from the URL obtained...
Definition avlastchg.cxx:28