ModemManager.FirmwareProperties

g GObject.Object GObject.Object ModemManager.FirmwareProperties ModemManager.FirmwareProperties GObject.Object->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)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class ModemManager.FirmwareProperties(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

ModemManager.FirmwarePropertiesClass

The ModemManager.FirmwareProperties structure contains private data and should only be accessed using the provided API.

classmethod new(image_type, unique_id)
Parameters:
Return type:

ModemManager.FirmwareProperties

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 None if 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 None if 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 None if 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 None if 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 None if 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.FirmwareImageType specifying The type of the image.

Return type:

ModemManager.FirmwareImageType

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:

str

Gets the unique ID of the firmare image.

New in version 1.0.

set_gobi_boot_version(version)
Parameters:

version (str) –

set_gobi_modem_unique_id(id)
Parameters:

id (str) –

set_gobi_pri_info(info)
Parameters:

info (str) –

set_gobi_pri_unique_id(id)
Parameters:

id (str) –

set_gobi_pri_version(version)
Parameters:

version (str) –