Qmi.IndicationWdsProfileChangedOutput¶
Fields¶
None
Methods¶
|
|
|
Details¶
- class Qmi.IndicationWdsProfileChangedOutput¶
The
Qmi.IndicationWdsProfileChangedOutput
structure contains private data and should only be accessed using the provided API.New in version 1.34.
- get_profile_event()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_profile_event_profile_type:
a placeholder for the output
Qmi.WdsProfileType
, orNone
if not required.- value_profile_event_profile_index:
a placeholder for the output #guint8, or
None
if not required.- value_profile_event_change_event:
a placeholder for the output
Qmi.WdsProfileChangeEvent
, orNone
if not required.
- Return type:
(
bool
, value_profile_event_profile_type:Qmi.WdsProfileType
, value_profile_event_profile_index:int
, value_profile_event_change_event:Qmi.WdsProfileChangeEvent
)
Get the ‘Profile Event’ field from self.
New in version 1.34.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.34.
- unref()¶
Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.
New in version 1.34.