Qmi.MessageUimDepersonalizationInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageUimDepersonalizationInput¶
The
Qmi.MessageUimDepersonalizationInput
structure contains private data and should only be accessed using the provided API.New in version 1.30.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageUimDepersonalizationInput
. The returned value should be freed withQmi.MessageUimDepersonalizationInput.unref
().- Return type:
Allocates a new
Qmi.MessageUimDepersonalizationInput
.New in version 1.30.
- get_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_info_feature:
a placeholder for the output
Qmi.UimCardApplicationPersonalizationFeature
, orNone
if not required.- value_info_operation:
a placeholder for the output
Qmi.UimDepersonalizationOperation
, orNone
if not required.- value_info_control_key:
a placeholder for the output constant string, or
None
if not required.
- Return type:
(
bool
, value_info_feature:Qmi.UimCardApplicationPersonalizationFeature
, value_info_operation:Qmi.UimDepersonalizationOperation
, value_info_control_key:str
)
Get the ‘Info’ field from self.
New in version 1.30.
- get_slot()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_slot:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
Get the ‘Slot’ field from self.
New in version 1.30.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.30.
- set_info(value_info_feature, value_info_operation, value_info_control_key)¶
- Parameters:
value_info_feature (
Qmi.UimCardApplicationPersonalizationFeature
) – aQmi.UimCardApplicationPersonalizationFeature
.value_info_operation (
Qmi.UimDepersonalizationOperation
) – aQmi.UimDepersonalizationOperation
.value_info_control_key (
str
) – a constant string.
- Raises:
- Returns:
- Return type:
Set the ‘Info’ field in the message.
New in version 1.30.
- set_slot(value_slot)¶
- Parameters:
value_slot (
int
) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘Slot’ field in the message.
New in version 1.30.
- 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.30.