| Top |  |  |  |  | 
QmiIndicationWdsPacketServiceStatusOutput *
qmi_indication_wds_packet_service_status_output_ref
                               (QmiIndicationWdsPacketServiceStatusOutput *self);
Atomically increments the reference count of self
 by one.
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.
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  | |
| error | Return location for error or  | 
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  | |
| error | Return location for error or  | 
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  | |
| value_verbose_call_end_reason_reason | a placeholder for the output gint16, or  | |
| error | Return location for error or  | 
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  | |
| error | Return location for error or  | 
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  | |
| value_connection_status_reconfiguration_required | a placeholder for the output gboolean, or  | |
| error | Return location for error or  | 
typedef struct _QmiIndicationWdsPacketServiceStatusOutput QmiIndicationWdsPacketServiceStatusOutput;
The QmiIndicationWdsPacketServiceStatusOutput structure contains private data and should only be accessed using the provided API.