ModemManager.FirmwareUpdateSettings¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class ModemManager.FirmwareUpdateSettings(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
ModemManager.FirmwareUpdateSettings
structure contains private data and should only be accessed using the provided API.- get_device_ids()¶
- Returns:
The list of device ids, or
None
if unknown. Do not free the returned value, it is owned by self.- Return type:
[
str
]
Gets the list of device ids used to identify the device during a firmware update operation.
New in version 1.10.
- get_fastboot_at()¶
- Returns:
The AT command string, or
None
if unknown. Do not free the returned value, it is owned by self.- Return type:
Gets the AT command that should be sent to the module to trigger a reset into fastboot mode.
Only applicable if the update method includes
ModemManager.ModemFirmwareUpdateMethod.FASTBOOT
.New in version 1.10.
- get_method()¶
- Returns:
a bitmask of
ModemManager.ModemFirmwareUpdateMethod
values.- Return type:
Gets the methods to use during the firmware update operation.
New in version 1.10.