Top |
QmiIndicationUimSlotStatusOutput *
qmi_indication_uim_slot_status_output_ref
(QmiIndicationUimSlotStatusOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.26
void
qmi_indication_uim_slot_status_output_unref
(QmiIndicationUimSlotStatusOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.26
gboolean qmi_indication_uim_slot_status_output_get_slot_eid_information (QmiIndicationUimSlotStatusOutput *self
,GArray **value_slot_eid_information
,GError **error
);
Get the 'Slot EID Information' field from self
.
Since: 1.26
gboolean qmi_indication_uim_slot_status_output_get_physical_slot_information (QmiIndicationUimSlotStatusOutput *self
,GArray **value_physical_slot_information
,GError **error
);
Get the 'Physical Slot Information' field from self
.
self |
||
value_physical_slot_information |
a placeholder for the output GArray of QmiPhysicalSlotInformationSlot elements, or |
[out][element-type QmiPhysicalSlotInformationSlot][transfer none] |
error |
Return location for error or |
Since: 1.26
gboolean qmi_indication_uim_slot_status_output_get_physical_slot_status (QmiIndicationUimSlotStatusOutput *self
,GArray **value_physical_slot_status
,GError **error
);
Get the 'Physical Slot Status' field from self
.
self |
||
value_physical_slot_status |
a placeholder for the output GArray of QmiPhysicalSlotStatusSlot elements, or |
[out][element-type QmiPhysicalSlotStatusSlot][transfer none] |
error |
Return location for error or |
Since: 1.26
typedef struct _QmiIndicationUimSlotStatusOutput QmiIndicationUimSlotStatusOutput;
The QmiIndicationUimSlotStatusOutput structure contains private data and should only be accessed using the provided API.
Since: 1.26
typedef struct { QmiUimCardProtocol card_protocol; guint8 valid_applications; GArray *atr_value; gboolean is_euicc; } QmiPhysicalSlotInformationSlot;
A QmiPhysicalSlotInformationSlot struct.
Since: 1.26
typedef struct { QmiUimPhysicalCardState physical_card_status; QmiUimSlotState physical_slot_status; guint8 logical_slot; GArray *iccid; } QmiPhysicalSlotStatusSlot;
A QmiPhysicalSlotStatusSlot struct.
QmiUimPhysicalCardState |
||
QmiUimSlotState |
||
guint8 |
a guint8. |
|
GArray * |
Since: 1.26