ModemManager.FirmwareUpdateSettings

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

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class ModemManager.FirmwareUpdateSettings(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

ModemManager.FirmwareUpdateSettingsClass

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:

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.ModemFirmwareUpdateMethod values.

Return type:

ModemManager.ModemFirmwareUpdateMethod

Gets the methods to use during the firmware update operation.

New in version 1.10.

get_version()
Returns:

The version string, or None if unknown. Do not free the returned value, it is owned by self.

Return type:

str

Gets firmware version string.

New in version 1.10.