Top |
MMFirmwareUpdateSettingsMMFirmwareUpdateSettings — Helper object to handle firmware update settings. |
const gchar * | mm_firmware_update_settings_get_fastboot_at () |
MMModemFirmwareUpdateMethod | mm_firmware_update_settings_get_method () |
const gchar ** | mm_firmware_update_settings_get_device_ids () |
const gchar * | mm_firmware_update_settings_get_version () |
The MMFirmwareUpdateSettings is an object handling the settings exposed to aid in the firmware update operation.
const gchar *
mm_firmware_update_settings_get_fastboot_at
(MMFirmwareUpdateSettings *self
);
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
MM_MODEM_FIRMWARE_UPDATE_METHOD_FASTBOOT
.
The AT command string, or NULL
if unknown. Do not free the returned
value, it is owned by self
.
Since: 1.10
MMModemFirmwareUpdateMethod
mm_firmware_update_settings_get_method
(MMFirmwareUpdateSettings *self
);
Gets the methods to use during the firmware update operation.
Since: 1.10
const gchar **
mm_firmware_update_settings_get_device_ids
(MMFirmwareUpdateSettings *self
);
Gets the list of device ids used to identify the device during a firmware update operation.
The list of device ids, or NULL
if unknown. Do not
free the returned value, it is owned by self
.
[transfer none]
Since: 1.10
const gchar *
mm_firmware_update_settings_get_version
(MMFirmwareUpdateSettings *self
);
Gets firmware version string.
The version string, or NULL
if unknown. Do not free the returned
value, it is owned by self
.
Since: 1.10
struct MMFirmwareUpdateSettings;
The MMFirmwareUpdateSettings structure contains private data and should only be accessed using the provided API.