Top |
PDC Get Selected Config indicationPDC Get Selected Config indication — Methods to manage the PDC Get Selected Config indication. |
QmiIndicationPdcGetSelectedConfigOutput *
qmi_indication_pdc_get_selected_config_output_ref
(QmiIndicationPdcGetSelectedConfigOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.18
void
qmi_indication_pdc_get_selected_config_output_unref
(QmiIndicationPdcGetSelectedConfigOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.18
gboolean qmi_indication_pdc_get_selected_config_output_get_pending_id (QmiIndicationPdcGetSelectedConfigOutput *self
,GArray **value_pending_id
,GError **error
);
Get the 'Pending Id' field from self
.
Since: 1.18
gboolean qmi_indication_pdc_get_selected_config_output_get_active_id (QmiIndicationPdcGetSelectedConfigOutput *self
,GArray **value_active_id
,GError **error
);
Get the 'Active Id' field from self
.
Since: 1.18
gboolean qmi_indication_pdc_get_selected_config_output_get_indication_result (QmiIndicationPdcGetSelectedConfigOutput *self
,guint16 *value_indication_result
,GError **error
);
Get the 'Indication Result' field from self
.
Since: 1.18
gboolean qmi_indication_pdc_get_selected_config_output_get_token (QmiIndicationPdcGetSelectedConfigOutput *self
,guint32 *value_token
,GError **error
);
Get the 'Token' field from self
.
Since: 1.18
QmiIndicationPdcGetSelectedConfigOutput * qmi_indication_pdc_get_selected_config_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationPdcGetSelectedConfigOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationPdcGetSelectedConfigOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_pdc_get_selected_config_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationPdcGetSelectedConfigOutput QmiIndicationPdcGetSelectedConfigOutput;
The QmiIndicationPdcGetSelectedConfigOutput structure contains private data and should only be accessed using the provided API.
Since: 1.18