ModemManager.FirmwareUpdateSettings¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| get_device_ids() | |
| get_fastboot_at() | |
| get_method() | |
| get_version() | 
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class ModemManager.FirmwareUpdateSettings(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - ModemManager.FirmwareUpdateSettingsClass- The - ModemManager.FirmwareUpdateSettingsstructure contains private data and should only be accessed using the provided API.- 
get_device_ids()¶
- Returns: - The list of device ids, or - Noneif 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 - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- 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.ModemFirmwareUpdateMethodvalues.- Return type: - ModemManager.ModemFirmwareUpdateMethod- Gets the methods to use during the firmware update operation. - New in version 1.10. 
 
-