ModemManager.FirmwareProperties¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class ModemManager.FirmwareProperties(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
ModemManager.FirmwareProperties
structure 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:
- classmethod new_from_dictionary(dictionary)¶
- Parameters:
dictionary (
GLib.Variant
) –- Raises:
- Return type:
- get_dictionary()¶
- Return type:
- get_gobi_boot_version()¶
- Returns:
The boot version, or
None
if unknown. Do not free the returned value, it is owned by self.- Return type:
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
None
if unknown. Do not free the returned value, it is owned by self.- Return type:
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
None
if unknown. Do not free the returned value, it is owned by self.- Return type:
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
None
if unknown. Do not free the returned value, it is owned by self.- Return type:
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
None
if unknown. Do not free the returned value, it is owned by self.- Return type:
Gets the PRI version of a firmware image of type
ModemManager.FirmwareImageType.GOBI
.New in version 1.0.
- get_image_type()¶
- Returns:
A
ModemManager.FirmwareImageType
specifying The type of the image.- Return type:
Gets the type of the firmare image.
New in version 1.0.
- get_unique_id()¶
- Returns:
The ID of the image. Do not free the returned value, it is owned by self.
- Return type:
Gets the unique ID of the firmare image.
New in version 1.0.