Top |
SSC Report Large indicationSSC Report Large indication — Methods to manage the SSC Report Large indication. |
QmiIndicationSscReportLargeOutput *
qmi_indication_ssc_report_large_output_ref
(QmiIndicationSscReportLargeOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.34
void
qmi_indication_ssc_report_large_output_unref
(QmiIndicationSscReportLargeOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.34
gboolean qmi_indication_ssc_report_large_output_get_data (QmiIndicationSscReportLargeOutput *self
,GArray **value_data
,GError **error
);
Get the 'Data' field from self
.
Since: 1.34
gboolean qmi_indication_ssc_report_large_output_get_client_id (QmiIndicationSscReportLargeOutput *self
,guint64 *value_client_id
,GError **error
);
Get the 'Client ID' field from self
.
Since: 1.34
QmiIndicationSscReportLargeOutput * qmi_indication_ssc_report_large_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationSscReportLargeOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationSscReportLargeOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_ssc_report_large_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationSscReportLargeOutput QmiIndicationSscReportLargeOutput;
The QmiIndicationSscReportLargeOutput structure contains private data and should only be accessed using the provided API.
Since: 1.34