Top |
WDS Indication Register responseWDS Indication Register response — Methods to manage the WDS Indication Register response. |
GBoxed ├── QmiMessageWdsIndicationRegisterInput ╰── QmiMessageWdsIndicationRegisterOutput
Collection of methods to create requests and parse responses of the WDS Indication Register message.
QmiMessageWdsIndicationRegisterInput *
qmi_message_wds_indication_register_input_new
(void
);
Allocates a new QmiMessageWdsIndicationRegisterInput.
the newly created QmiMessageWdsIndicationRegisterInput. The returned value should be freed with qmi_message_wds_indication_register_input_unref()
.
Since: 1.32
QmiMessageWdsIndicationRegisterInput *
qmi_message_wds_indication_register_input_ref
(QmiMessageWdsIndicationRegisterInput *self
);
Atomically increments the reference count of self
by one.
Since: 1.32
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.
Since: 1.32
gboolean qmi_message_wds_indication_register_input_get_report_profile_changes (QmiMessageWdsIndicationRegisterInput *self
,gboolean *value_report_profile_changes
,GError **error
);
Get the 'Report Profile Changes' field from self
.
Since: 1.34
gboolean qmi_message_wds_indication_register_input_set_report_profile_changes (QmiMessageWdsIndicationRegisterInput *self
,gboolean value_report_profile_changes
,GError **error
);
Set the 'Report Profile Changes' field in the message.
Since: 1.34
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
.
Since: 1.32
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.
Since: 1.32
QmiMessageWdsIndicationRegisterOutput *
qmi_message_wds_indication_register_output_ref
(QmiMessageWdsIndicationRegisterOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.32
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
gboolean qmi_message_wds_indication_register_output_get_result (QmiMessageWdsIndicationRegisterOutput *self
,GError **error
);
Get the result of the QMI operation.
Since: 1.32
QmiMessageWdsIndicationRegisterOutput * qmi_message_wds_indication_register_response_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiMessageWdsIndicationRegisterOutput out of it. The operation fails if the message is of the wrong type.
a QmiMessageWdsIndicationRegisterOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_wds_indication_register_output_unref()
.
Since: 1.34
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.
self |
a QmiClientWds. |
|
input |
||
timeout |
maximum time to wait for the method to complete, in seconds. |
|
cancellable |
a GCancellable or |
|
callback |
a GAsyncReadyCallback to call when the request is satisfied. |
|
user_data |
user data to pass to |
Since: 1.32
QmiMessageWdsIndicationRegisterOutput * qmi_client_wds_indication_register_finish (QmiClientWds *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_wds_indication_register()
.
self |
a QmiClientWds. |
|
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
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
typedef struct _QmiMessageWdsIndicationRegisterInput QmiMessageWdsIndicationRegisterInput;
The QmiMessageWdsIndicationRegisterInput structure contains private data and should only be accessed using the provided API.
Since: 1.32
typedef struct _QmiMessageWdsIndicationRegisterOutput QmiMessageWdsIndicationRegisterOutput;
The QmiMessageWdsIndicationRegisterOutput structure contains private data and should only be accessed using the provided API.
Since: 1.32