Qmi.MessageGasDmsGetFirmwareListInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageGasDmsGetFirmwareListInput¶
 The
Qmi.MessageGasDmsGetFirmwareListInputstructure contains private data and should only be accessed using the provided API.New in version 1.24.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessageGasDmsGetFirmwareListInput. The returned value should be freed withQmi.MessageGasDmsGetFirmwareListInput.unref().- Return type:
 
Allocates a new
Qmi.MessageGasDmsGetFirmwareListInput.New in version 1.24.
- get_mode()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_mode:
 a placeholder for the output
Qmi.GasFirmwareListingMode, orNoneif not required.
- Return type:
 (
bool, value_mode:Qmi.GasFirmwareListingMode)
Get the ‘Mode’ field from self.
New in version 1.24.
- get_name()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_name:
 a placeholder for the output constant string, or
Noneif not required.
- Return type:
 
Get the ‘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_mode(value_mode)¶
 - Parameters:
 value_mode (
Qmi.GasFirmwareListingMode) – aQmi.GasFirmwareListingMode.- Raises:
 - Returns:
 - Return type:
 
Set the ‘Mode’ field in the message.
New in version 1.24.
- set_name(value_name)¶
 - Parameters:
 value_name (
str) – a constant string.- Raises:
 - Returns:
 - Return type:
 
Set the ‘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.