Top |
OMA Event Report indicationOMA Event Report indication — Methods to manage the OMA Event Report indication. |
QmiIndicationOmaEventReportOutput *
qmi_indication_oma_event_report_output_ref
(QmiIndicationOmaEventReportOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.6
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.
Since: 1.6
gboolean qmi_indication_oma_event_report_output_get_session_fail_reason (QmiIndicationOmaEventReportOutput *self
,QmiOmaSessionFailedReason *value_session_fail_reason
,GError **error
);
Get the 'Session Fail Reason' field from self
.
self |
||
value_session_fail_reason |
a placeholder for the output QmiOmaSessionFailedReason, or |
[out][optional] |
error |
Return location for error or |
Since: 1.6
gboolean qmi_indication_oma_event_report_output_get_session_state (QmiIndicationOmaEventReportOutput *self
,QmiOmaSessionState *value_session_state
,GError **error
);
Get the 'Session State' field from self
.
self |
||
value_session_state |
a placeholder for the output QmiOmaSessionState, or |
[out][optional] |
error |
Return location for error or |
Since: 1.6
gboolean qmi_indication_oma_event_report_output_get_network_initiated_alert (QmiIndicationOmaEventReportOutput *self
,QmiOmaSessionType *value_network_initiated_alert_session_type
,guint16 *value_network_initiated_alert_session_id
,GError **error
);
Get the 'Network Initiated Alert' field from self
.
self |
||
value_network_initiated_alert_session_type |
a placeholder for the output QmiOmaSessionType, or |
[out][optional] |
value_network_initiated_alert_session_id |
a placeholder for the output guint16, or |
[out][optional] |
error |
Return location for error or |
Since: 1.6
QmiIndicationOmaEventReportOutput * qmi_indication_oma_event_report_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationOmaEventReportOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationOmaEventReportOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_oma_event_report_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationOmaEventReportOutput QmiIndicationOmaEventReportOutput;
The QmiIndicationOmaEventReportOutput structure contains private data and should only be accessed using the provided API.
Since: 1.6