18 #ifndef _CONMAN_H_X_INCLUDED_ 19 #define _CONMAN_H_X_INCLUDED_ 21 #include "libupnpp/control/typedservice.hxx" 22 #include "libupnpp/upnpavutils.hxx" 26 class ConnectionManager;
27 typedef std::shared_ptr<ConnectionManager> CNMH;
35 int getProtocolInfo(std::vector<UPnPP::ProtocolinfoEntry>& sourceEntries,
36 std::vector<UPnPP::ProtocolinfoEntry>& sinkEntries);
38 static bool isConManService(
const std::string& st);
39 virtual bool serviceTypeMatch(
const std::string& tp);
Access an UPnP service actions through a string based interface.
Definition: typedservice.hxx:40
Definition: conman.hxx:29
UPnP Description phase: interpreting the device description which we downloaded from the URL obtained...
Definition: avlastchg.cxx:27