Top |
QmiIndicationAtrReceivedOutput *
qmi_indication_atr_received_output_ref
(QmiIndicationAtrReceivedOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.34
void
qmi_indication_atr_received_output_unref
(QmiIndicationAtrReceivedOutput *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_atr_received_output_get_message (QmiIndicationAtrReceivedOutput *self
,const gchar **value_message
,GError **error
);
Get the 'Message' field from self
.
Since: 1.34
QmiIndicationAtrReceivedOutput * qmi_indication_atr_received_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationAtrReceivedOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationAtrReceivedOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_atr_received_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationAtrReceivedOutput QmiIndicationAtrReceivedOutput;
The QmiIndicationAtrReceivedOutput structure contains private data and should only be accessed using the provided API.
Since: 1.34