Qmi.MessageGasDmsSetActiveFirmwareInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageGasDmsSetActiveFirmwareInput¶
The
Qmi.MessageGasDmsSetActiveFirmwareInputstructure contains private data and should only be accessed using the provided API.New in version 1.24.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageGasDmsSetActiveFirmwareInput. The returned value should be freed withQmi.MessageGasDmsSetActiveFirmwareInput.unref().- Return type:
Allocates a new
Qmi.MessageGasDmsSetActiveFirmwareInput.New in version 1.24.
- get_carrier_name()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_carrier_name:
a placeholder for the output constant string, or
Noneif not required.
- Return type:
Get the ‘Carrier Name’ field from self.
New in version 1.24.
- get_slot_index()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_slot_index:
a placeholder for the output #guint8, or
Noneif not required.
- Return type:
Get the ‘Slot Index’ field from self.
New in version 1.24.
- get_version()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_version:
a placeholder for the output constant string, or
Noneif not required.
- Return type:
Get the ‘Version’ field from self.
New in version 1.24.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.24.
- set_carrier_name(value_carrier_name)¶
- Parameters:
value_carrier_name (
str) – a constant string.- Raises:
- Returns:
- Return type:
Set the ‘Carrier Name’ field in the message.
New in version 1.24.
- set_slot_index(value_slot_index)¶
- Parameters:
value_slot_index (
int) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘Slot Index’ field in the message.
New in version 1.24.
- set_version(value_version)¶
- Parameters:
value_version (
str) – a constant string.- Raises:
- Returns:
- Return type:
Set the ‘Version’ field in the message.
New in version 1.24.
- 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.24.