Qmi.MessageOmaGetFeatureSettingOutput

Fields

None

Methods

get_device_provisioning_service_update_config ()

get_hfa_feature_config ()

get_hfa_feature_done_state ()

get_prl_update_service_config ()

get_result ()

ref ()

unref ()

Details

class Qmi.MessageOmaGetFeatureSettingOutput

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

New in version 1.6.

get_device_provisioning_service_update_config()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_device_provisioning_service_update_config:

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

Return type:

(bool, value_device_provisioning_service_update_config: bool)

Get the ‘Device Provisioning Service Update Config’ field from self.

New in version 1.6.

get_hfa_feature_config()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hfa_feature_config:

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

Return type:

(bool, value_hfa_feature_config: bool)

Get the ‘HFA Feature Config’ field from self.

New in version 1.6.

get_hfa_feature_done_state()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_hfa_feature_done_state:

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

Return type:

(bool, value_hfa_feature_done_state: Qmi.OmaHfaFeatureDoneState)

Get the ‘HFA Feature Done State’ field from self.

New in version 1.6.

get_prl_update_service_config()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_prl_update_service_config:

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

Return type:

(bool, value_prl_update_service_config: bool)

Get the ‘PRL Update Service Config’ field from self.

New in version 1.6.

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.

New in version 1.6.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageOmaGetFeatureSettingOutput

Atomically increments the reference count of self by one.

New in version 1.6.

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