Library: UPnP/UPnPGen
Package: Generator
Header: Poco/UPnP/UPnPGen/ServiceInfo.h
The ServiceInfo contains a upnp ServiceInfo description
Member Functions: control, eventSubURI, optional, scpd, serviceId, serviceType
ServiceInfo();
Creates the ServiceInfo.
~ServiceInfo();
Destroys the ServiceInfo.
const Poco::URI & control() const;
void control(
const Poco::URI & val
);
const Poco::URI & eventSubURI() const;
void eventSubURI(
const Poco::URI & val
);
bool optional() const;
void optional(
bool val
);
const Poco::URI & scpd() const;
void scpd(
const Poco::URI & val
);
const URN & serviceId() const;
void serviceId(
const URN & val
);
const URN & serviceType() const;
void serviceType(
const URN & val
);