Top |
QOS Network Status indicationQOS Network Status indication — Methods to manage the QOS Network Status indication. |
QmiIndicationQosNetworkStatusOutput *
qmi_indication_qos_network_status_output_ref
(QmiIndicationQosNetworkStatusOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.22
void
qmi_indication_qos_network_status_output_unref
(QmiIndicationQosNetworkStatusOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.22
gboolean qmi_indication_qos_network_status_output_get_qos_supported (QmiIndicationQosNetworkStatusOutput *self
,gboolean *value_qos_supported
,GError **error
);
Get the 'QoS Supported' field from self
.
Since: 1.22
QmiIndicationQosNetworkStatusOutput * qmi_indication_qos_network_status_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationQosNetworkStatusOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationQosNetworkStatusOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_qos_network_status_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationQosNetworkStatusOutput QmiIndicationQosNetworkStatusOutput;
The QmiIndicationQosNetworkStatusOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22