Qmi.MessageDmsDeleteStoredImageInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageDmsDeleteStoredImageInput¶
The
Qmi.MessageDmsDeleteStoredImageInput
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.MessageDmsDeleteStoredImageInput
. The returned value should be freed withQmi.MessageDmsDeleteStoredImageInput.unref
().- Return type:
Allocates a new
Qmi.MessageDmsDeleteStoredImageInput
.New in version 1.0.
- get_image_details()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_image_details_type:
a placeholder for the output
Qmi.DmsFirmwareImageType
, orNone
if not required.- value_image_details_unique_id:
a placeholder for the output
GLib.Array
of #guint8 elements, orNone
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:
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:
value_image_details_type (
Qmi.DmsFirmwareImageType
) – aQmi.DmsFirmwareImageType
.value_image_details_unique_id (
bytes
) – aGLib.Array
of #guint8 elements. A new reference to value_image_details_unique_id will be taken, so the caller must make sure the array was created with the correctGLib.DestroyNotify
as clear function for each element in the array.value_image_details_build_id (
str
) – a constant string.
- Raises:
- Returns:
- Return type:
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.