GUPnP.ServiceStateVariableInfo

Fields

Name

Type

Access

Description

allowed_values

[str]

r/w

The allowed values of this state variable. Only applies to string data types. Unlike the other fields in this structure, this field contains a list of (str *) strings rather than GValues.

default_value

GObject.Value

r/w

The default value of this state variable.

is_numeric

bool

r/w

Wether this state variable is a numeric type (integer and float).

maximum

GObject.Value

r/w

The maximum value of this state variable. Only applies to numeric data types.

minimum

GObject.Value

r/w

The minimum value of this state variable. Only applies to numeric data types.

name

str

r/w

The name of the state variable.

send_events

bool

r/w

Whether this state variable can source events.

step

GObject.Value

r/w

The step value of this state variable. Only applies to numeric data types.

type

GObject.GType

r/w

The GObject.GType of this state variable.

Methods

None

Details

class GUPnP.ServiceStateVariableInfo

This structure contains information about service state variable.