Poco::UPnP::UPnPGen

class ServiceInfo

Library: UPnP/UPnPGen
Package: Generator
Header: Poco/UPnP/UPnPGen/ServiceInfo.h

Description

The ServiceInfo contains a upnp ServiceInfo description

Member Summary

Member Functions: control, eventSubURI, optional, scpd, serviceId, serviceType

Constructors

ServiceInfo

ServiceInfo();

Creates the ServiceInfo.

Destructor

~ServiceInfo

~ServiceInfo();

Destroys the ServiceInfo.

Member Functions

control inline

const Poco::URI & control() const;

control

void control(
    const Poco::URI & val
);

eventSubURI inline

const Poco::URI & eventSubURI() const;

eventSubURI

void eventSubURI(
    const Poco::URI & val
);

optional inline

bool optional() const;

optional

void optional(
    bool val
);

scpd inline

const Poco::URI & scpd() const;

scpd

void scpd(
    const Poco::URI & val
);

serviceId inline

const URN & serviceId() const;

serviceId

void serviceId(
    const URN & val
);

serviceType inline

const URN & serviceType() const;

serviceType

void serviceType(
    const URN & val
);