Poco::UPnP

namespace ServiceDesc

Overview

Classes: Action, Argument, ListRestriction, NoRestriction, RangeRestriction, Restriction, Service, ServiceCollection, ServiceContentHandler, ServiceStateMachine, StateVariable

Classes

class Action

This class represents an action in a UPnP service description. more...

class Argument

This class represents an argument to an Action in a UPnP service description. more...

class ListRestriction

The ListRestriction restricts values to a given list of strings. more...

class NoRestriction

The NoRestriction doesn't restrict at all more...

class RangeRestriction

The RangeRestriction restricts values to a given numerical range. more...

class Restriction

This class represents a restriction for a StateVariable's value. more...

class Service

This class represents a UPnP service description consisting of Action and StateVariable objects. more...

class ServiceCollection

A ServiceCollection contains all services a UPnP device provides. more...

class ServiceContentHandler

The ServiceContentHandler is used to parse a UPnP Service Description XML document. more...

class ServiceStateMachine

A state machine for parsing a UPnP XML service description. more...

class StateVariable

This class represents a state variable in a UPnP service description. more...