Qmi.MessageWdsIndicationRegisterInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWdsIndicationRegisterInput¶
The
Qmi.MessageWdsIndicationRegisterInput
structure contains private data and should only be accessed using the provided API.New in version 1.32.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWdsIndicationRegisterInput
. The returned value should be freed withQmi.MessageWdsIndicationRegisterInput.unref
().- Return type:
Allocates a new
Qmi.MessageWdsIndicationRegisterInput
.New in version 1.32.
- get_report_extended_ip_configuration_change()¶
- Raises:
- Returns:
- Return type:
Get the ‘Report Extended IP Configuration Change’ field from self.
New in version 1.32.
- get_report_profile_changes()¶
- Raises:
- Returns:
- Return type:
Get the ‘Report Profile Changes’ 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.32.
- set_report_extended_ip_configuration_change(value_report_extended_ip_configuration_change)¶
- Parameters:
value_report_extended_ip_configuration_change (
bool
) – abool
.- Raises:
- Returns:
- Return type:
Set the ‘Report Extended IP Configuration Change’ field in the message.
New in version 1.32.
- set_report_profile_changes(value_report_profile_changes)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Report Profile Changes’ field in the message.
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.32.