Qmi.MessageUimGetConfigurationInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageUimGetConfigurationInput¶
The
Qmi.MessageUimGetConfigurationInput
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.MessageUimGetConfigurationInput
. The returned value should be freed withQmi.MessageUimGetConfigurationInput.unref
().- Return type:
Allocates a new
Qmi.MessageUimGetConfigurationInput
.New in version 1.30.
- get_configuration_mask()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_configuration_mask:
a placeholder for the output
Qmi.UimConfiguration
, orNone
if not required.
- Return type:
(
bool
, value_configuration_mask:Qmi.UimConfiguration
)
Get the ‘Configuration Mask’ 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_configuration_mask(value_configuration_mask)¶
- Parameters:
value_configuration_mask (
Qmi.UimConfiguration
) – aQmi.UimConfiguration
.- Raises:
- Returns:
- Return type:
Set the ‘Configuration Mask’ 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.