|
a/src/ohproduct.hxx |
|
b/src/ohproduct.hxx |
|
... |
|
... |
31 |
public:
|
31 |
public:
|
32 |
OHProduct(UpMpd *dev, const std::string& friendlyname, bool hasRcv);
|
32 |
OHProduct(UpMpd *dev, const std::string& friendlyname, bool hasRcv);
|
33 |
|
33 |
|
34 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
34 |
virtual bool getEventData(bool all, std::vector<std::string>& names,
|
35 |
std::vector<std::string>& values);
|
35 |
std::vector<std::string>& values);
|
|
|
36 |
int iSetSourceIndex(int index);
|
36 |
private:
|
37 |
private:
|
37 |
int manufacturer(const SoapIncoming& sc, SoapOutgoing& data);
|
38 |
int manufacturer(const SoapIncoming& sc, SoapOutgoing& data);
|
38 |
int model(const SoapIncoming& sc, SoapOutgoing& data);
|
39 |
int model(const SoapIncoming& sc, SoapOutgoing& data);
|
39 |
int product(const SoapIncoming& sc, SoapOutgoing& data);
|
40 |
int product(const SoapIncoming& sc, SoapOutgoing& data);
|
40 |
int standby(const SoapIncoming& sc, SoapOutgoing& data);
|
41 |
int standby(const SoapIncoming& sc, SoapOutgoing& data);
|