WDS Indication Register response

WDS Indication Register response — Methods to manage the WDS Indication Register response.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ├── QmiMessageWdsIndicationRegisterInput
    ╰── QmiMessageWdsIndicationRegisterOutput

Description

Collection of methods to create requests and parse responses of the WDS Indication Register message.

Functions

qmi_message_wds_indication_register_input_new ()

QmiMessageWdsIndicationRegisterInput *
qmi_message_wds_indication_register_input_new
                               (void);

Allocates a new QmiMessageWdsIndicationRegisterInput.

Returns

the newly created QmiMessageWdsIndicationRegisterInput. The returned value should be freed with qmi_message_wds_indication_register_input_unref().

Since: 1.32


qmi_message_wds_indication_register_input_ref ()

QmiMessageWdsIndicationRegisterInput *
qmi_message_wds_indication_register_input_ref
                               (QmiMessageWdsIndicationRegisterInput *self);

Atomically increments the reference count of self by one.

Parameters

Returns

the new reference to self .

Since: 1.32


qmi_message_wds_indication_register_input_unref ()

void
qmi_message_wds_indication_register_input_unref
                               (QmiMessageWdsIndicationRegisterInput *self);

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

Parameters

Since: 1.32


qmi_message_wds_indication_register_input_get_report_extended_ip_configuration_change ()

gboolean
qmi_message_wds_indication_register_input_get_report_extended_ip_configuration_change
                               (QmiMessageWdsIndicationRegisterInput *self,
                                gboolean *value_report_extended_ip_configuration_change,
                                GError **error);

Get the 'Report Extended IP Configuration Change' field from self .

Parameters

self

a QmiMessageWdsIndicationRegisterInput.

 

value_report_extended_ip_configuration_change

a placeholder for the output gboolean, 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


qmi_message_wds_indication_register_input_set_report_extended_ip_configuration_change ()

gboolean
qmi_message_wds_indication_register_input_set_report_extended_ip_configuration_change
                               (QmiMessageWdsIndicationRegisterInput *self,
                                gboolean value_report_extended_ip_configuration_change,
                                GError **error);

Set the 'Report Extended IP Configuration Change' field in the message.

Parameters

self

a QmiMessageWdsIndicationRegisterInput.

 

value_report_extended_ip_configuration_change

a gboolean.

 

error

Return location for error or NULL.

 

Returns

TRUE if value was successfully set, FALSE otherwise.

[skip]

Since: 1.32


qmi_message_wds_indication_register_output_ref ()

QmiMessageWdsIndicationRegisterOutput *
qmi_message_wds_indication_register_output_ref
                               (QmiMessageWdsIndicationRegisterOutput *self);

Atomically increments the reference count of self by one.

Returns

the new reference to self .

Since: 1.32


qmi_message_wds_indication_register_output_unref ()

void
qmi_message_wds_indication_register_output_unref
                               (QmiMessageWdsIndicationRegisterOutput *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_message_wds_indication_register_output_get_result ()

gboolean
qmi_message_wds_indication_register_output_get_result
                               (QmiMessageWdsIndicationRegisterOutput *self,
                                GError **error);

Get the result of the QMI operation.

Parameters

self

a QmiMessageWdsIndicationRegisterOutput.

 

error

Return location for error or NULL.

 

Returns

TRUE if the QMI operation succeeded, FALSE if error is set.

[skip]

Since: 1.32


qmi_client_wds_indication_register ()

void
qmi_client_wds_indication_register (QmiClientWds *self,
                                    QmiMessageWdsIndicationRegisterInput *input,
                                    guint timeout,
                                    GCancellable *cancellable,
                                    GAsyncReadyCallback callback,
                                    gpointer user_data);

Asynchronously sends a Indication Register request to the device.

When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.

You can then call qmi_client_wds_indication_register_finish() to get the result of the operation.

Parameters

self

a QmiClientWds.

 

input

a QmiMessageWdsIndicationRegisterInput.

 

timeout

maximum time to wait for the method to complete, in seconds.

 

cancellable

a GCancellable or NULL.

 

callback

a GAsyncReadyCallback to call when the request is satisfied.

 

user_data

user data to pass to callback .

 

Since: 1.32


qmi_client_wds_indication_register_finish ()

QmiMessageWdsIndicationRegisterOutput *
qmi_client_wds_indication_register_finish
                               (QmiClientWds *self,
                                GAsyncResult *res,
                                GError **error);

Finishes an async operation started with qmi_client_wds_indication_register().

Parameters

self

a QmiClientWds.

 

res

the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_wds_indication_register().

 

error

Return location for error or NULL.

 

Returns

a QmiMessageWdsIndicationRegisterOutput, or NULL if error is set. The returned value should be freed with qmi_message_wds_indication_register_output_unref().

Since: 1.32

Types and Values

QmiMessageWdsIndicationRegisterInput

typedef struct _QmiMessageWdsIndicationRegisterInput QmiMessageWdsIndicationRegisterInput;

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

Since: 1.32


QmiMessageWdsIndicationRegisterOutput

typedef struct _QmiMessageWdsIndicationRegisterOutput QmiMessageWdsIndicationRegisterOutput;

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

Since: 1.32