| Top |  |  |  |  | 
| SSC Report Small indicationSSC Report Small indication — Methods to manage the SSC Report Small indication. | 
QmiIndicationSscReportSmallOutput *
qmi_indication_ssc_report_small_output_ref
                               (QmiIndicationSscReportSmallOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.34
void
qmi_indication_ssc_report_small_output_unref
                               (QmiIndicationSscReportSmallOutput *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_small_output_get_data (QmiIndicationSscReportSmallOutput *self,GArray **value_data,GError **error);
Get the 'Data' field from self
.
| self | ||
| value_data | a placeholder for the output GArray of guint8 elements, or  | [out][optional][element-type guint8][transfer none] | 
| error | Return location for error or  | 
Since: 1.34
gboolean qmi_indication_ssc_report_small_output_get_client_id (QmiIndicationSscReportSmallOutput *self,guint64 *value_client_id,GError **error);
Get the 'Client ID' field from self
.
| self | ||
| value_client_id | a placeholder for the output guint64, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.34
QmiIndicationSscReportSmallOutput * qmi_indication_ssc_report_small_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationSscReportSmallOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationSscReportSmallOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_ssc_report_small_output_unref().
Since: 1.34
typedef struct _QmiIndicationSscReportSmallOutput QmiIndicationSscReportSmallOutput;
The QmiIndicationSscReportSmallOutput structure contains private data and should only be accessed using the provided API.
Since: 1.34