18#ifndef _OHSENDER_HXX_INCLUDED_
19#define _OHSENDER_HXX_INCLUDED_
21#include <unordered_map>
24#include "libupnpp/control/service.hxx"
32typedef std::shared_ptr<OHSender> OHSNH;
39 using Service::Service;
42 static bool isOHSenderService(
const std::string& st);
43 bool serviceTypeMatch(
const std::string& tp)
override;
45 int metadata(std::string& uri, std::string& meta);
49 static const std::string SType;
52 void UPNPP_LOCAL evtCallback(
53 const std::unordered_map<std::string, std::string>&);
54 void UPNPP_LOCAL registerCallback()
override;
OHSender client class.
Definition ohsender.hxx:37
Definition service.hxx:88
UPnP Description phase: interpreting the device description which we downloaded from the URL obtained...
Definition avlastchg.cxx:28