| Top |  |  |  |  | 
| WDA Loopback Configuration indicationWDA Loopback Configuration indication — Methods to manage the WDA Loopback Configuration indication. | 
QmiIndicationWdaLoopbackConfigurationOutput *
qmi_indication_wda_loopback_configuration_output_ref
                               (QmiIndicationWdaLoopbackConfigurationOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.36
void
qmi_indication_wda_loopback_configuration_output_unref
                               (QmiIndicationWdaLoopbackConfigurationOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.36
gboolean qmi_indication_wda_loopback_configuration_output_get_replication_factor (QmiIndicationWdaLoopbackConfigurationOutput *self,guint32 *value_replication_factor,GError **error);
Get the 'Replication factor' field from self
.
| self | ||
| value_replication_factor | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.36
gboolean qmi_indication_wda_loopback_configuration_output_get_loopback_state (QmiIndicationWdaLoopbackConfigurationOutput *self,QmiWdaLoopBackState *value_loopback_state,GError **error);
Get the 'Loopback state' field from self
.
| self | ||
| value_loopback_state | a placeholder for the output QmiWdaLoopBackState, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.36
QmiIndicationWdaLoopbackConfigurationOutput * qmi_indication_wda_loopback_configuration_indication_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiIndicationWdaLoopbackConfigurationOutput out of it. The operation fails if the message is of the wrong type.
 a QmiIndicationWdaLoopbackConfigurationOutput, or NULL if error
is set. The returned value should be freed with qmi_indication_wda_loopback_configuration_output_unref().
Since: 1.36
typedef struct _QmiIndicationWdaLoopbackConfigurationOutput QmiIndicationWdaLoopbackConfigurationOutput;
The QmiIndicationWdaLoopbackConfigurationOutput structure contains private data and should only be accessed using the provided API.
Since: 1.36