WDS Extended Ip Config indication

WDS Extended Ip Config indication — Methods to manage the WDS Extended Ip Config indication.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── QmiIndicationWdsExtendedIpConfigOutput

Description

Collection of methods to parse indications of the WDS Extended Ip Config message.

Functions

qmi_indication_wds_extended_ip_config_output_ref ()

QmiIndicationWdsExtendedIpConfigOutput *
qmi_indication_wds_extended_ip_config_output_ref
                               (QmiIndicationWdsExtendedIpConfigOutput *self);

Atomically increments the reference count of self by one.

Returns

the new reference to self .

Since: 1.32


qmi_indication_wds_extended_ip_config_output_unref ()

void
qmi_indication_wds_extended_ip_config_output_unref
                               (QmiIndicationWdsExtendedIpConfigOutput *self);

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

Since: 1.32


qmi_indication_wds_extended_ip_config_output_get_changed_ip_configuration ()

gboolean
qmi_indication_wds_extended_ip_config_output_get_changed_ip_configuration
                               (QmiIndicationWdsExtendedIpConfigOutput *self,
                                QmiWdsRequestedSettings *value_changed_ip_configuration,
                                GError **error);

Get the 'Changed IP Configuration' field from self .

Parameters

self

a QmiIndicationWdsExtendedIpConfigOutput.

 

value_changed_ip_configuration

a placeholder for the output QmiWdsRequestedSettings, 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.32

Types and Values

QmiIndicationWdsExtendedIpConfigOutput

typedef struct _QmiIndicationWdsExtendedIpConfigOutput QmiIndicationWdsExtendedIpConfigOutput;

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

Since: 1.32