Top |
DMS Event Report indicationDMS Event Report indication — Methods to manage the DMS Event Report indication. |
QmiIndicationDmsEventReportOutput *
qmi_indication_dms_event_report_output_ref
(QmiIndicationDmsEventReportOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.0
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.
Since: 1.0
gboolean qmi_indication_dms_event_report_output_get_prl_init_notification (QmiIndicationDmsEventReportOutput *self
,gboolean *value_prl_init_notification
,GError **error
);
Get the 'PRL Init Notification' field from self
.
Since: 1.0
gboolean qmi_indication_dms_event_report_output_get_wireless_disable_state (QmiIndicationDmsEventReportOutput *self
,gboolean *value_wireless_disable_state
,GError **error
);
Get the 'Wireless Disable State' field from self
.
Since: 1.0
gboolean qmi_indication_dms_event_report_output_get_uim_state (QmiIndicationDmsEventReportOutput *self
,QmiDmsUimState *value_uim_state
,GError **error
);
Get the 'UIM State' field from self
.
self |
||
value_uim_state |
a placeholder for the output QmiDmsUimState, or |
[out][optional] |
error |
Return location for error or |
Since: 1.0
gboolean qmi_indication_dms_event_report_output_get_operating_mode (QmiIndicationDmsEventReportOutput *self
,QmiDmsOperatingMode *value_operating_mode
,GError **error
);
Get the 'Operating Mode' field from self
.
self |
||
value_operating_mode |
a placeholder for the output QmiDmsOperatingMode, or |
[out][optional] |
error |
Return location for error or |
Since: 1.0
gboolean qmi_indication_dms_event_report_output_get_activation_state (QmiIndicationDmsEventReportOutput *self
,QmiDmsActivationState *value_activation_state
,GError **error
);
Get the 'Activation State' field from self
.
self |
||
value_activation_state |
a placeholder for the output QmiDmsActivationState, or |
[out][optional] |
error |
Return location for error or |
Since: 1.0
gboolean qmi_indication_dms_event_report_output_get_pin2_status (QmiIndicationDmsEventReportOutput *self
,QmiDmsUimPinStatus *value_pin2_status_current_status
,guint8 *value_pin2_status_verify_retries_left
,guint8 *value_pin2_status_unblock_retries_left
,GError **error
);
Get the 'PIN2 Status' field from self
.
self |
||
value_pin2_status_current_status |
a placeholder for the output QmiDmsUimPinStatus, or |
[out][optional] |
value_pin2_status_verify_retries_left |
a placeholder for the output guint8, or |
[out][optional] |
value_pin2_status_unblock_retries_left |
a placeholder for the output guint8, or |
[out][optional] |
error |
Return location for error or |
Since: 1.0
gboolean qmi_indication_dms_event_report_output_get_pin1_status (QmiIndicationDmsEventReportOutput *self
,QmiDmsUimPinStatus *value_pin1_status_current_status
,guint8 *value_pin1_status_verify_retries_left
,guint8 *value_pin1_status_unblock_retries_left
,GError **error
);
Get the 'PIN1 Status' field from self
.
self |
||
value_pin1_status_current_status |
a placeholder for the output QmiDmsUimPinStatus, or |
[out][optional] |
value_pin1_status_verify_retries_left |
a placeholder for the output guint8, or |
[out][optional] |
value_pin1_status_unblock_retries_left |
a placeholder for the output guint8, or |
[out][optional] |
error |
Return location for error or |
Since: 1.0
gboolean qmi_indication_dms_event_report_output_get_power_state (QmiIndicationDmsEventReportOutput *self
,guint8 *value_power_state_power_state_flags
,guint8 *value_power_state_battery_level
,GError **error
);
Get the 'Power State' field from self
.
Since: 1.0
QmiIndicationDmsEventReportOutput * qmi_indication_dms_event_report_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationDmsEventReportOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationDmsEventReportOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_dms_event_report_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationDmsEventReportOutput QmiIndicationDmsEventReportOutput;
The QmiIndicationDmsEventReportOutput structure contains private data and should only be accessed using the provided API.
Since: 1.0