|  |  |  | libqmi-glib Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
QmiIndicationOmaEventReportOutput; QmiIndicationOmaEventReportOutput * qmi_indication_oma_event_report_output_ref (QmiIndicationOmaEventReportOutput *self); void qmi_indication_oma_event_report_output_unref (QmiIndicationOmaEventReportOutput *self); gboolean qmi_indication_oma_event_report_output_get_session_fail_reason (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionFailedReason *session_fail_reason,GError **error); gboolean qmi_indication_oma_event_report_output_get_session_state (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionState *session_state,GError **error); gboolean qmi_indication_oma_event_report_output_get_network_initiated_alert (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionType *network_initiated_alert_session_type,guint16 *network_initiated_alert_session_id,GError **error);
typedef struct _QmiIndicationOmaEventReportOutput QmiIndicationOmaEventReportOutput;
The QmiIndicationOmaEventReportOutput structure contains private data and should only be accessed using the provided API.
QmiIndicationOmaEventReportOutput * qmi_indication_oma_event_report_output_ref
                                                        (QmiIndicationOmaEventReportOutput *self);
Atomically increments the reference count of self by one.
| 
 | a QmiIndicationOmaEventReportOutput. | 
| Returns : | the new reference to self. | 
void                qmi_indication_oma_event_report_output_unref
                                                        (QmiIndicationOmaEventReportOutput *self);
Atomically decrements the reference count of self by one.
If the reference count drops to 0, self is completely disposed.
| 
 | a QmiIndicationOmaEventReportOutput. | 
gboolean qmi_indication_oma_event_report_output_get_session_fail_reason (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionFailedReason *session_fail_reason,GError **error);
Get the 'Session Fail Reason' field from self.
| 
 | a QmiIndicationOmaEventReportOutput. | 
| 
 | a placeholder for the output QmiOmaSessionFailedReason, or NULLif not required. | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the field is found,FALSEotherwise. | 
gboolean qmi_indication_oma_event_report_output_get_session_state (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionState *session_state,GError **error);
Get the 'Session State' field from self.
| 
 | a QmiIndicationOmaEventReportOutput. | 
| 
 | a placeholder for the output QmiOmaSessionState, or NULLif not required. | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the field is found,FALSEotherwise. | 
gboolean qmi_indication_oma_event_report_output_get_network_initiated_alert (QmiIndicationOmaEventReportOutput *self,QmiOmaSessionType *network_initiated_alert_session_type,guint16 *network_initiated_alert_session_id,GError **error);
Get the 'Network Initiated Alert' field from self.
| 
 | a QmiIndicationOmaEventReportOutput. | 
| 
 | a placeholder for the output QmiOmaSessionType, or NULLif not required. | 
| 
 | a placeholder for the output guint16, or NULLif not required. | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the field is found,FALSEotherwise. |