Top |
WDS Packet Service Status indicationWDS Packet Service Status indication — Methods to manage the WDS Packet Service Status indication. |
QmiIndicationWdsPacketServiceStatusOutput *
qmi_indication_wds_packet_service_status_output_ref
(QmiIndicationWdsPacketServiceStatusOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.14
void
qmi_indication_wds_packet_service_status_output_unref
(QmiIndicationWdsPacketServiceStatusOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.14
gboolean qmi_indication_wds_packet_service_status_output_get_extended_technology_preference (QmiIndicationWdsPacketServiceStatusOutput *self
,QmiWdsExtendedTechnologyPreference *value_extended_technology_preference
,GError **error
);
Get the 'Extended Technology Preference' field from self
.
self |
||
value_extended_technology_preference |
a placeholder for the output QmiWdsExtendedTechnologyPreference, or |
[out][optional] |
error |
Return location for error or |
Since: 1.14
gboolean qmi_indication_wds_packet_service_status_output_get_ip_family (QmiIndicationWdsPacketServiceStatusOutput *self
,QmiWdsIpFamily *value_ip_family
,GError **error
);
Get the 'IP Family' field from self
.
self |
||
value_ip_family |
a placeholder for the output QmiWdsIpFamily, or |
[out][optional] |
error |
Return location for error or |
Since: 1.14
gboolean qmi_indication_wds_packet_service_status_output_get_verbose_call_end_reason (QmiIndicationWdsPacketServiceStatusOutput *self
,QmiWdsVerboseCallEndReasonType *value_verbose_call_end_reason_type
,gint16 *value_verbose_call_end_reason_reason
,GError **error
);
Get the 'Verbose Call End Reason' field from self
.
self |
||
value_verbose_call_end_reason_type |
a placeholder for the output QmiWdsVerboseCallEndReasonType, or |
[out][optional] |
value_verbose_call_end_reason_reason |
a placeholder for the output gint16, or |
[out][optional] |
error |
Return location for error or |
Since: 1.14
gboolean qmi_indication_wds_packet_service_status_output_get_call_end_reason (QmiIndicationWdsPacketServiceStatusOutput *self
,QmiWdsCallEndReason *value_call_end_reason
,GError **error
);
Get the 'Call End Reason' field from self
.
self |
||
value_call_end_reason |
a placeholder for the output QmiWdsCallEndReason, or |
[out][optional] |
error |
Return location for error or |
Since: 1.14
gboolean qmi_indication_wds_packet_service_status_output_get_connection_status (QmiIndicationWdsPacketServiceStatusOutput *self
,QmiWdsConnectionStatus *value_connection_status_status
,gboolean *value_connection_status_reconfiguration_required
,GError **error
);
Get the 'Connection Status' field from self
.
self |
||
value_connection_status_status |
a placeholder for the output QmiWdsConnectionStatus, or |
[out][optional] |
value_connection_status_reconfiguration_required |
a placeholder for the output gboolean, or |
[out][optional] |
error |
Return location for error or |
Since: 1.14
QmiIndicationWdsPacketServiceStatusOutput * qmi_indication_wds_packet_service_status_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationWdsPacketServiceStatusOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationWdsPacketServiceStatusOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_wds_packet_service_status_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationWdsPacketServiceStatusOutput QmiIndicationWdsPacketServiceStatusOutput;
The QmiIndicationWdsPacketServiceStatusOutput structure contains private data and should only be accessed using the provided API.
Since: 1.14