Qmi.MessageOmaSetFeatureSettingInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageOmaSetFeatureSettingInput¶
The
Qmi.MessageOmaSetFeatureSettingInput
structure contains private data and should only be accessed using the provided API.New in version 1.6.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageOmaSetFeatureSettingInput
. The returned value should be freed withQmi.MessageOmaSetFeatureSettingInput.unref
().- Return type:
Allocates a new
Qmi.MessageOmaSetFeatureSettingInput
.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_prl_update_service_config()¶
- Raises:
- Returns:
- Return type:
Get the ‘PRL Update Service Config’ field from self.
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.
- set_device_provisioning_service_update_config(value_device_provisioning_service_update_config)¶
- Parameters:
value_device_provisioning_service_update_config (
bool
) – abool
.- Raises:
- Returns:
- Return type:
Set the ‘Device Provisioning Service Update Config’ field in the message.
New in version 1.6.
- set_hfa_feature_config(value_hfa_feature_config)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘HFA Feature Config’ field in the message.
New in version 1.6.
- set_prl_update_service_config(value_prl_update_service_config)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘PRL Update Service Config’ field in the message.
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.