Qmi.MessageWdsIndicationRegisterInput

Fields

None

Methods

class

new ()

get_report_extended_ip_configuration_change ()

get_report_profile_changes ()

ref ()

set_report_extended_ip_configuration_change (value_report_extended_ip_configuration_change)

set_report_profile_changes (value_report_profile_changes)

unref ()

Details

class Qmi.MessageWdsIndicationRegisterInput

The Qmi.MessageWdsIndicationRegisterInput structure contains private data and should only be accessed using the provided API.

Added in version 1.32.

classmethod new()
Returns:

the newly created Qmi.MessageWdsIndicationRegisterInput. The returned value should be freed with Qmi.MessageWdsIndicationRegisterInput.unref().

Return type:

Qmi.MessageWdsIndicationRegisterInput

Allocates a new Qmi.MessageWdsIndicationRegisterInput.

Added in version 1.32.

get_report_extended_ip_configuration_change()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_report_extended_ip_configuration_change:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_report_extended_ip_configuration_change: bool)

Get the ‘Report Extended IP Configuration Change’ field from self.

Added in version 1.32.

get_report_profile_changes()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_report_profile_changes:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_report_profile_changes: bool)

Get the ‘Report Profile Changes’ field from self.

Added in version 1.34.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWdsIndicationRegisterInput

Atomically increments the reference count of self by one.

Added in version 1.32.

set_report_extended_ip_configuration_change(value_report_extended_ip_configuration_change)
Parameters:

value_report_extended_ip_configuration_change (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Report Extended IP Configuration Change’ field in the message.

Added in version 1.32.

set_report_profile_changes(value_report_profile_changes)
Parameters:

value_report_profile_changes (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Report Profile Changes’ field in the message.

Added 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.

Added in version 1.32.