GUPnP.ServiceProxyActionIter¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GUPnP.ServiceProxyActionIter(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An opaque object representing an iterator over the out parameters of an action
New in version 1.6.6.
- get_name()¶
- Returns:
Name of the current argument
- Return type:
Get the name of the current out argument
New in version 1.6.6.
- get_value()¶
- Returns:
True
if the value could be read successfully- value:
The value
- Return type:
(
bool
, value:GObject.Value
)
Get the value of the current parameter.
If the service proxy had a successful introspection, the type according to the introspection data will be used, otherwise it will be string.
New in version 1.6.6.