Qmi.MessageDmsGetStoredImageInfoInput

Fields

None

Methods

class

new ()

get_image_details ()

ref ()

set_image_details (value_image_details_type, value_image_details_unique_id, value_image_details_build_id)

unref ()

Details

class Qmi.MessageDmsGetStoredImageInfoInput

The Qmi.MessageDmsGetStoredImageInfoInput structure contains private data and should only be accessed using the provided API.

New in version 1.0.

classmethod new()
Returns:

the newly created Qmi.MessageDmsGetStoredImageInfoInput. The returned value should be freed with Qmi.MessageDmsGetStoredImageInfoInput.unref().

Return type:

Qmi.MessageDmsGetStoredImageInfoInput

Allocates a new Qmi.MessageDmsGetStoredImageInfoInput.

New in version 1.0.

get_image_details()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_image_details_type:

a placeholder for the output Qmi.DmsFirmwareImageType, or None if not required.

value_image_details_unique_id:

a placeholder for the output GLib.Array of #guint8 elements, or None if not required. Do not free it, it is owned by self.

value_image_details_build_id:

a placeholder for the output constant string, or None if not required.

Return type:

(bool, value_image_details_type: Qmi.DmsFirmwareImageType, value_image_details_unique_id: bytes, value_image_details_build_id: str)

Get the ‘Image Details’ field from self.

New in version 1.32.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageDmsGetStoredImageInfoInput

Atomically increments the reference count of self by one.

New in version 1.0.

set_image_details(value_image_details_type, value_image_details_unique_id, value_image_details_build_id)
Parameters:
Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Image Details’ field in the message.

New in version 1.32.

unref()

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

New in version 1.0.