DMS Event Report

DMS Event Report

Synopsis

                    QmiIndicationDmsEventReportOutput;

QmiIndicationDmsEventReportOutput * qmi_indication_dms_event_report_output_ref
                                                        (QmiIndicationDmsEventReportOutput *self);
void                qmi_indication_dms_event_report_output_unref
                                                        (QmiIndicationDmsEventReportOutput *self);
gboolean            qmi_indication_dms_event_report_output_get_prl_init_notification
                                                        (QmiIndicationDmsEventReportOutput *self,
                                                         gboolean *prl_init_notification,
                                                         GError **error);
gboolean            qmi_indication_dms_event_report_output_get_wireless_disable_state
                                                        (QmiIndicationDmsEventReportOutput *self,
                                                         gboolean *wireless_disable_state,
                                                         GError **error);
gboolean            qmi_indication_dms_event_report_output_get_uim_state
                                                        (QmiIndicationDmsEventReportOutput *self,
                                                         QmiDmsUimState *uim_state,
                                                         GError **error);
gboolean            qmi_indication_dms_event_report_output_get_operating_mode
                                                        (QmiIndicationDmsEventReportOutput *self,
                                                         QmiDmsOperatingMode *operating_mode,
                                                         GError **error);
gboolean            qmi_indication_dms_event_report_output_get_activation_state
                                                        (QmiIndicationDmsEventReportOutput *self,
                                                         QmiDmsActivationState *activation_state,
                                                         GError **error);
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);
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);
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);

Object Hierarchy

  GBoxed
   +----QmiIndicationDmsEventReportOutput

Description

Details

QmiIndicationDmsEventReportOutput

typedef struct _QmiIndicationDmsEventReportOutput QmiIndicationDmsEventReportOutput;

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


qmi_indication_dms_event_report_output_ref ()

QmiIndicationDmsEventReportOutput * qmi_indication_dms_event_report_output_ref
                                                        (QmiIndicationDmsEventReportOutput *self);

Atomically increments the reference count of self by one.

self :

a QmiIndicationDmsEventReportOutput.

Returns :

the new reference to self.

qmi_indication_dms_event_report_output_unref ()

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.


qmi_indication_dms_event_report_output_get_prl_init_notification ()

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.

self :

a QmiIndicationDmsEventReportOutput.

prl_init_notification :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_indication_dms_event_report_output_get_wireless_disable_state ()

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.

self :

a QmiIndicationDmsEventReportOutput.

wireless_disable_state :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_indication_dms_event_report_output_get_uim_state ()

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 :

a QmiIndicationDmsEventReportOutput.

uim_state :

a placeholder for the output QmiDmsUimState, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_indication_dms_event_report_output_get_operating_mode ()

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 :

a QmiIndicationDmsEventReportOutput.

operating_mode :

a placeholder for the output QmiDmsOperatingMode, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_indication_dms_event_report_output_get_activation_state ()

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 :

a QmiIndicationDmsEventReportOutput.

activation_state :

a placeholder for the output QmiDmsActivationState, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_indication_dms_event_report_output_get_pin2_status ()

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 :

a QmiIndicationDmsEventReportOutput.

pin2_status_current_status :

a placeholder for the output QmiDmsUimPinStatus, or NULL if not required.

pin2_status_verify_retries_left :

a placeholder for the output guint8, or NULL if not required.

pin2_status_unblock_retries_left :

a placeholder for the output guint8, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_indication_dms_event_report_output_get_pin1_status ()

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 :

a QmiIndicationDmsEventReportOutput.

pin1_status_current_status :

a placeholder for the output QmiDmsUimPinStatus, or NULL if not required.

pin1_status_verify_retries_left :

a placeholder for the output guint8, or NULL if not required.

pin1_status_unblock_retries_left :

a placeholder for the output guint8, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_indication_dms_event_report_output_get_power_state ()

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.

self :

a QmiIndicationDmsEventReportOutput.

power_state_power_state_flags :

a placeholder for the output guint8, or NULL if not required.

power_state_battery_level :

a placeholder for the output guint8, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.