Qmi.IndicationUimSlotStatusOutput

Fields

None

Methods

get_compat_context ()

get_physical_slot_information ()

get_physical_slot_status ()

get_slot_eid ()

ref ()

set_compat_context (compat_context, compat_context_free)

unref ()

Details

class Qmi.IndicationUimSlotStatusOutput

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

New in version 1.26.

get_compat_context()
Return type:

object or None

get_physical_slot_information()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_physical_slot_information_ptr:

a placeholder for the output array of Qmi.PhysicalSlotInformationSlot elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_physical_slot_information_ptr: [Qmi.PhysicalSlotInformationSlot])

Get the ‘Physical Slot Information’ field from self.

Version of Qmi.IndicationUimSlotStatusOutput.get_physical_slot_information() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

get_physical_slot_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_physical_slot_status_ptr:

a placeholder for the output array of Qmi.PhysicalSlotStatusSlot elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_physical_slot_status_ptr: [Qmi.PhysicalSlotStatusSlot])

Get the ‘Physical Slot Status’ field from self.

Version of Qmi.IndicationUimSlotStatusOutput.get_physical_slot_status() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

get_slot_eid()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_slot_eid_ptr:

a placeholder for the output array of Qmi.SlotEidElement elements, or None if not required. Do not free or modify it, it is owned by self.

Return type:

(bool, value_slot_eid_ptr: [Qmi.SlotEidElement])

Get the ‘Slot EID’ field from self.

Version of Qmi.IndicationUimSlotStatusOutput.get_slot_eid() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

New in version 1.32.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationUimSlotStatusOutput

Atomically increments the reference count of self by one.

New in version 1.26.

set_compat_context(compat_context, compat_context_free)
Parameters:
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.26.