Qmi.IndicationUimSlotStatusOutput¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.IndicationUimSlotStatusOutput¶
 The
Qmi.IndicationUimSlotStatusOutputstructure contains private data and should only be accessed using the provided API.New in version 1.26.
- get_physical_slot_information()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_physical_slot_information_ptr:
 a placeholder for the output array of
Qmi.PhysicalSlotInformationSlotelements, orNoneif 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:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_physical_slot_status_ptr:
 a placeholder for the output array of
Qmi.PhysicalSlotStatusSlotelements, orNoneif 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:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_slot_eid_ptr:
 a placeholder for the output array of
Qmi.SlotEidElementelements, orNoneif 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:
 
Atomically increments the reference count of self by one.
New in version 1.26.
- set_compat_context(compat_context, compat_context_free)¶
 - Parameters:
 compat_context_free (
GLib.DestroyNotify) –
- 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.