Overview
Classes: Action, Argument, ListRestriction, NoRestriction, RangeRestriction, Restriction, Service, ServiceCollection, ServiceInfo, StateVariable
Classes
class Action
This class represents an action in a UPnP service description.
class Argument
This class represents an argument to an Action in a UPnP service description.
class ListRestriction
The ListRestriction restricts values to a given list of strings.
class NoRestriction
The NoRestriction doesn't restrict at all
class RangeRestriction
The RangeRestriction restricts values to a given numerical range.
class Restriction
This class represents a restriction for a StateVariable's value.
class Service
This class represents a UPnP service description consisting of Action and StateVariable objects.
class ServiceCollection
A ServiceCollection contains all services a UPnP device provides.
struct ServiceInfo
class StateVariable
This class represents a state variable in a UPnP service description.