Qmi.MessageGasDmsGetFirmwareListOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageGasDmsGetFirmwareListOutput¶
The
Qmi.MessageGasDmsGetFirmwareListOutput
structure contains private data and should only be accessed using the provided API.New in version 1.24.
- get_mode()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_mode:
a placeholder for the output
Qmi.GasFirmwareListingMode
, orNone
if not required.
- Return type:
(
bool
, value_mode:Qmi.GasFirmwareListingMode
)
Get the ‘Mode’ field from self.
New in version 1.24.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.24.
- get_stored_firmware_1()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_stored_firmware_1_index:
a placeholder for the output #guint8, or
None
if not required.- value_stored_firmware_1_name:
a placeholder for the output constant string, or
None
if not required.- value_stored_firmware_1_version:
a placeholder for the output constant string, or
None
if not required.- value_stored_firmware_1_pri_revision:
a placeholder for the output constant string, or
None
if not required.
- Return type:
(
bool
, value_stored_firmware_1_index:int
, value_stored_firmware_1_name:str
, value_stored_firmware_1_version:str
, value_stored_firmware_1_pri_revision:str
)
Get the ‘Stored Firmware 1’ field from self.
New in version 1.24.
- get_stored_firmware_2()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_stored_firmware_2_index:
a placeholder for the output #guint8, or
None
if not required.- value_stored_firmware_2_name:
a placeholder for the output constant string, or
None
if not required.- value_stored_firmware_2_version:
a placeholder for the output constant string, or
None
if not required.- value_stored_firmware_2_pri_revision:
a placeholder for the output constant string, or
None
if not required.
- Return type:
(
bool
, value_stored_firmware_2_index:int
, value_stored_firmware_2_name:str
, value_stored_firmware_2_version:str
, value_stored_firmware_2_pri_revision:str
)
Get the ‘Stored Firmware 2’ field from self.
New in version 1.24.
- get_stored_firmware_3()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_stored_firmware_3_index:
a placeholder for the output #guint8, or
None
if not required.- value_stored_firmware_3_name:
a placeholder for the output constant string, or
None
if not required.- value_stored_firmware_3_version:
a placeholder for the output constant string, or
None
if not required.- value_stored_firmware_3_pri_revision:
a placeholder for the output constant string, or
None
if not required.
- Return type:
(
bool
, value_stored_firmware_3_index:int
, value_stored_firmware_3_name:str
, value_stored_firmware_3_version:str
, value_stored_firmware_3_pri_revision:str
)
Get the ‘Stored Firmware 3’ field from self.
New in version 1.24.
- get_stored_firmware_4()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_stored_firmware_4_index:
a placeholder for the output #guint8, or
None
if not required.- value_stored_firmware_4_name:
a placeholder for the output constant string, or
None
if not required.- value_stored_firmware_4_version:
a placeholder for the output constant string, or
None
if not required.- value_stored_firmware_4_pri_revision:
a placeholder for the output constant string, or
None
if not required.
- Return type:
(
bool
, value_stored_firmware_4_index:int
, value_stored_firmware_4_name:str
, value_stored_firmware_4_version:str
, value_stored_firmware_4_pri_revision:str
)
Get the ‘Stored Firmware 4’ 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.
- 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.