Module rupnp::scpd

source · []
Expand description

Service Control Protocol Description.

Structs

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

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

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

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

The type of a state variable.