Qmi.MessageWdsGetAutoconnectSettingsOutput

Fields

None

Methods

get_result ()

get_roaming ()

get_status ()

ref ()

unref ()

Details

class Qmi.MessageWdsGetAutoconnectSettingsOutput

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

Added in version 1.14.

get_result()
Raises:

GLib.Error

Returns:

True if the QMI operation succeeded, False if error is set.

Return type:

bool

Get the result of the QMI operation.

Added in version 1.14.

get_roaming()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_roaming:

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

Return type:

(bool, value_roaming: Qmi.WdsAutoconnectSettingRoaming)

Get the ‘Roaming’ field from self.

Added in version 1.14.

get_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_status:

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

Return type:

(bool, value_status: Qmi.WdsAutoconnectSetting)

Get the ‘Status’ field from self.

Added in version 1.14.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWdsGetAutoconnectSettingsOutput

Atomically increments the reference count of self by one.

Added in version 1.14.

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