GUPnP.ServiceStateVariableInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
allowed_values |
[ |
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 ( |
default_value |
r/w |
The default value of this state variable. |
|
is_numeric |
r/w |
Wether this state variable is a numeric type (integer and float). |
|
maximum |
r/w |
The maximum value of this state variable. Only applies to numeric data types. |
|
minimum |
r/w |
The minimum value of this state variable. Only applies to numeric data types. |
|
name |
r/w |
The name of the state variable. |
|
send_events |
r/w |
Whether this state variable can source events. |
|
step |
r/w |
The step value of this state variable. Only applies to numeric data types. |
|
type |
r/w |
The |
Methods¶
None
Details¶
- class GUPnP.ServiceStateVariableInfo¶
This structure contains information about service state variable.