Qmi.MessageImsaRegisterIndicationsInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageImsaRegisterIndicationsInput¶
The
Qmi.MessageImsaRegisterIndicationsInput
structure contains private data and should only be accessed using the provided API.New in version 1.36.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageImsaRegisterIndicationsInput
. The returned value should be freed withQmi.MessageImsaRegisterIndicationsInput.unref
().- Return type:
Allocates a new
Qmi.MessageImsaRegisterIndicationsInput
.New in version 1.36.
- get_ims_registration_status_changed()¶
- Raises:
- Returns:
- Return type:
Get the ‘IMS Registration Status Changed’ field from self.
New in version 1.36.
- get_ims_services_status_changed()¶
- Raises:
- Returns:
- Return type:
Get the ‘IMS Services Status Changed’ field from self.
New in version 1.36.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.36.
- set_ims_registration_status_changed(value_ims_registration_status_changed)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘IMS Registration Status Changed’ field in the message.
New in version 1.36.
- set_ims_services_status_changed(value_ims_services_status_changed)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘IMS Services Status Changed’ field in the message.
New in version 1.36.
- 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.36.