[][src]Module rupnp::scpd

Service Control Protocol Description.

Structs

Action

An SCPD action. The action consists of its name used in the services action function and a List of Arguments

Argument

Every argument has its associated StateVariable, which contains more information about its possible values/range/etc.

ParseDataTypeErr
ParseDirectionErr
SCPD

Service Control Protocol Description. It contains information about a particular service, more specifically its actions and state variables.

StateVariable

A StateVariable is the type of every Argument in UPnP Actions. It is either a single value, an enumeration of strings or an integer range: see StateVariableKind.

Enums

DataType
StateVariableKind

The type of a state variable.