Top |
QmiIndicationDmsEventReportOutput *
qmi_indication_dms_event_report_output_ref
(QmiIndicationDmsEventReportOutput *self
);
Atomically increments the reference count of self
by one.
void
qmi_indication_dms_event_report_output_unref
(QmiIndicationDmsEventReportOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
gboolean qmi_indication_dms_event_report_output_get_prl_init_notification (QmiIndicationDmsEventReportOutput *self
,gboolean *prl_init_notification
,GError **error
);
Get the 'PRL Init Notification' field from self
.
gboolean qmi_indication_dms_event_report_output_get_wireless_disable_state (QmiIndicationDmsEventReportOutput *self
,gboolean *wireless_disable_state
,GError **error
);
Get the 'Wireless Disable State' field from self
.
gboolean qmi_indication_dms_event_report_output_get_uim_state (QmiIndicationDmsEventReportOutput *self
,QmiDmsUimState *uim_state
,GError **error
);
Get the 'UIM State' field from self
.
self |
||
uim_state |
a placeholder for the output QmiDmsUimState, or |
|
error |
Return location for error or |
gboolean qmi_indication_dms_event_report_output_get_operating_mode (QmiIndicationDmsEventReportOutput *self
,QmiDmsOperatingMode *operating_mode
,GError **error
);
Get the 'Operating Mode' field from self
.
self |
||
operating_mode |
a placeholder for the output QmiDmsOperatingMode, or |
|
error |
Return location for error or |
gboolean qmi_indication_dms_event_report_output_get_activation_state (QmiIndicationDmsEventReportOutput *self
,QmiDmsActivationState *activation_state
,GError **error
);
Get the 'Activation State' field from self
.
self |
||
activation_state |
a placeholder for the output QmiDmsActivationState, or |
|
error |
Return location for error or |
gboolean qmi_indication_dms_event_report_output_get_pin2_status (QmiIndicationDmsEventReportOutput *self
,QmiDmsUimPinStatus *pin2_status_current_status
,guint8 *pin2_status_verify_retries_left
,guint8 *pin2_status_unblock_retries_left
,GError **error
);
Get the 'PIN2 Status' field from self
.
self |
||
pin2_status_current_status |
a placeholder for the output QmiDmsUimPinStatus, or |
|
pin2_status_verify_retries_left |
a placeholder for the output guint8, or |
|
pin2_status_unblock_retries_left |
a placeholder for the output guint8, or |
|
error |
Return location for error or |
gboolean qmi_indication_dms_event_report_output_get_pin1_status (QmiIndicationDmsEventReportOutput *self
,QmiDmsUimPinStatus *pin1_status_current_status
,guint8 *pin1_status_verify_retries_left
,guint8 *pin1_status_unblock_retries_left
,GError **error
);
Get the 'PIN1 Status' field from self
.
self |
||
pin1_status_current_status |
a placeholder for the output QmiDmsUimPinStatus, or |
|
pin1_status_verify_retries_left |
a placeholder for the output guint8, or |
|
pin1_status_unblock_retries_left |
a placeholder for the output guint8, or |
|
error |
Return location for error or |
gboolean qmi_indication_dms_event_report_output_get_power_state (QmiIndicationDmsEventReportOutput *self
,guint8 *power_state_power_state_flags
,guint8 *power_state_battery_level
,GError **error
);
Get the 'Power State' field from self
.
typedef struct _QmiIndicationDmsEventReportOutput QmiIndicationDmsEventReportOutput;
The QmiIndicationDmsEventReportOutput structure contains private data and should only be accessed using the provided API.