WDA Loopback Configuration indication

WDA Loopback Configuration indication — Methods to manage the WDA Loopback Configuration indication.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── QmiIndicationWdaLoopbackConfigurationOutput

Description

Collection of methods to parse indications of the WDA Loopback Configuration message.

Functions

qmi_indication_wda_loopback_configuration_output_ref ()

QmiIndicationWdaLoopbackConfigurationOutput *
qmi_indication_wda_loopback_configuration_output_ref
                               (QmiIndicationWdaLoopbackConfigurationOutput *self);

Atomically increments the reference count of self by one.

Returns

the new reference to self .

Since: 1.36


qmi_indication_wda_loopback_configuration_output_unref ()

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


qmi_indication_wda_loopback_configuration_output_get_replication_factor ()

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 .

Parameters

self

a QmiIndicationWdaLoopbackConfigurationOutput.

 

value_replication_factor

a placeholder for the output guint32, or NULL if not required.

[out][optional]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

[skip]

Since: 1.36


qmi_indication_wda_loopback_configuration_output_get_loopback_state ()

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 .

Parameters

self

a QmiIndicationWdaLoopbackConfigurationOutput.

 

value_loopback_state

a placeholder for the output QmiWdaLoopBackState, or NULL if not required.

[out][optional]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

[skip]

Since: 1.36


qmi_indication_wda_loopback_configuration_indication_parse ()

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.

Parameters

message

a QmiMessage.

 

error

return location for error or NULL.

 

Returns

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

Types and Values

QmiIndicationWdaLoopbackConfigurationOutput

typedef struct _QmiIndicationWdaLoopbackConfigurationOutput QmiIndicationWdaLoopbackConfigurationOutput;

The QmiIndicationWdaLoopbackConfigurationOutput structure contains private data and should only be accessed using the provided API.

Since: 1.36