Qmi.IndicationWdsProfileChangedOutput¶
Fields¶
None
Methods¶
|
|
|
Details¶
- class Qmi.IndicationWdsProfileChangedOutput¶
The
Qmi.IndicationWdsProfileChangedOutputstructure contains private data and should only be accessed using the provided API.New in version 1.34.
- get_profile_event()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_profile_event_profile_type:
a placeholder for the output
Qmi.WdsProfileType, orNoneif not required.- value_profile_event_profile_index:
a placeholder for the output #guint8, or
Noneif not required.- value_profile_event_change_event:
a placeholder for the output
Qmi.WdsProfileChangeEvent, orNoneif 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.