Qmi.MessageOmaGetFeatureSettingOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
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()¶
-
Get the ‘Device Provisioning Service Update Config’ field from self.
New in version 1.6.
- get_hfa_feature_config()¶
- Raises:
- Returns:
- Return type:
Get the ‘HFA Feature Config’ field from self.
New in version 1.6.
- get_hfa_feature_done_state()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_hfa_feature_done_state:
a placeholder for the output
Qmi.OmaHfaFeatureDoneState
, orNone
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:
- Returns:
- Return type:
Get the ‘PRL Update Service Config’ field from self.
New in version 1.6.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.6.
- ref()¶
- Returns:
the new reference to self.
- Return type:
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.