ModemManager.FirmwareProperties¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| class | new(image_type, unique_id) | 
| class | new_from_dictionary(dictionary) | 
| get_dictionary() | |
| get_gobi_boot_version() | |
| get_gobi_modem_unique_id() | |
| get_gobi_pri_info() | |
| get_gobi_pri_unique_id() | |
| get_gobi_pri_version() | |
| get_image_type() | |
| get_unique_id() | |
| set_gobi_boot_version(version) | |
| set_gobi_modem_unique_id(id) | |
| set_gobi_pri_info(info) | |
| set_gobi_pri_unique_id(id) | |
| set_gobi_pri_version(version) | 
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class ModemManager.FirmwareProperties(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - ModemManager.FirmwarePropertiesClass- The - ModemManager.FirmwarePropertiesstructure contains private data and should only be accessed using the provided API.- 
classmethod new(image_type, unique_id)¶
- Parameters: - image_type (ModemManager.FirmwareImageType) –
- unique_id (str) –
 - Return type: 
- image_type (
 - 
classmethod new_from_dictionary(dictionary)¶
- Parameters: - dictionary ( - GLib.Variant) –- Raises: - GLib.Error- Return type: - ModemManager.FirmwareProperties
 - 
get_dictionary()¶
- Return type: - GLib.Variant
 - 
get_gobi_boot_version()¶
- Returns: - The boot version, or - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- Gets the boot version of a firmware image of type - ModemManager.FirmwareImageType.GOBI.- New in version 1.0. 
 - 
get_gobi_modem_unique_id()¶
- Returns: - The PRI unique ID, or - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- Gets the MODEM unique ID of a firmware image of type - ModemManager.FirmwareImageType.GOBI.- New in version 1.0. 
 - 
get_gobi_pri_info()¶
- Returns: - The PRI info, or - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- Gets the PRI info of a firmware image of type - ModemManager.FirmwareImageType.GOBI.- New in version 1.0. 
 - 
get_gobi_pri_unique_id()¶
- Returns: - The PRI unique ID, or - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- Gets the PRI unique ID of a firmware image of type - ModemManager.FirmwareImageType.GOBI.- New in version 1.0. 
 - 
get_gobi_pri_version()¶
- Returns: - The PRI version, or - Noneif unknown. Do not free the returned value, it is owned by self.- Return type: - str- Gets the PRI version of a firmware image of type - ModemManager.FirmwareImageType.GOBI.- New in version 1.0. 
 - 
get_image_type()¶
- Returns: - A - ModemManager.FirmwareImageTypespecifying The type of the image.- Return type: - ModemManager.FirmwareImageType- Gets the type of the firmare image. - New in version 1.0. 
 
- 
classmethod