| Top |  |  |  |  | 
| WDA Get Data Format responseWDA Get Data Format response — Methods to manage the WDA Get Data Format response. | 
Collection of methods to create requests and parse responses of the WDA Get Data Format message.
QmiMessageWdaGetDataFormatInput *
qmi_message_wda_get_data_format_input_new
                               (void);
Allocates a new QmiMessageWdaGetDataFormatInput.
 the newly created QmiMessageWdaGetDataFormatInput. The returned value should be freed with qmi_message_wda_get_data_format_input_unref().
Since: 1.10
QmiMessageWdaGetDataFormatInput *
qmi_message_wda_get_data_format_input_ref
                               (QmiMessageWdaGetDataFormatInput *self);
Atomically increments the reference count of self
 by one.
Since: 1.10
void
qmi_message_wda_get_data_format_input_unref
                               (QmiMessageWdaGetDataFormatInput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.10
gboolean qmi_message_wda_get_data_format_input_get_endpoint_info (QmiMessageWdaGetDataFormatInput *self,QmiDataEndpointType *value_endpoint_info_endpoint_type,guint32 *value_endpoint_info_interface_number,GError **error);
Get the 'Endpoint Info' field from self
.
| self | ||
| value_endpoint_info_endpoint_type | a placeholder for the output QmiDataEndpointType, or  | [out][optional] | 
| value_endpoint_info_interface_number | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.26
gboolean qmi_message_wda_get_data_format_input_set_endpoint_info (QmiMessageWdaGetDataFormatInput *self,QmiDataEndpointType value_endpoint_info_endpoint_type,guint32 value_endpoint_info_interface_number,GError **error);
Set the 'Endpoint Info' field in the message.
| self | ||
| value_endpoint_info_endpoint_type | ||
| value_endpoint_info_interface_number | a guint32. | |
| error | Return location for error or  | 
Since: 1.26
QmiMessageWdaGetDataFormatOutput *
qmi_message_wda_get_data_format_output_ref
                               (QmiMessageWdaGetDataFormatOutput *self);
Atomically increments the reference count of self
 by one.
Since: 1.10
void
qmi_message_wda_get_data_format_output_unref
                               (QmiMessageWdaGetDataFormatOutput *self);
Atomically decrements the reference count of self
 by one.
If the reference count drops to 0, self
 is completely disposed.
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_result (QmiMessageWdaGetDataFormatOutput *self,GError **error);
Get the result of the QMI operation.
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_qos_format (QmiMessageWdaGetDataFormatOutput *self,gboolean *value_qos_format,GError **error);
Get the 'QoS Format' field from self
.
| self | ||
| value_qos_format | a placeholder for the output gboolean, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_link_layer_protocol (QmiMessageWdaGetDataFormatOutput *self,QmiWdaLinkLayerProtocol *value_link_layer_protocol,GError **error);
Get the 'Link Layer Protocol' field from self
.
| self | ||
| value_link_layer_protocol | a placeholder for the output QmiWdaLinkLayerProtocol, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_uplink_data_aggregation_protocol (QmiMessageWdaGetDataFormatOutput *self,QmiWdaDataAggregationProtocol *value_uplink_data_aggregation_protocol,GError **error);
Get the 'Uplink Data Aggregation Protocol' field from self
.
| self | ||
| value_uplink_data_aggregation_protocol | a placeholder for the output QmiWdaDataAggregationProtocol, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_downlink_data_aggregation_protocol (QmiMessageWdaGetDataFormatOutput *self,QmiWdaDataAggregationProtocol *value_downlink_data_aggregation_protocol,GError **error);
Get the 'Downlink Data Aggregation Protocol' field from self
.
| self | ||
| value_downlink_data_aggregation_protocol | a placeholder for the output QmiWdaDataAggregationProtocol, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_ndp_signature (QmiMessageWdaGetDataFormatOutput *self,guint32 *value_ndp_signature,GError **error);
Get the 'NDP Signature' field from self
.
| self | ||
| value_ndp_signature | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_downlink_data_aggregation_max_datagrams (QmiMessageWdaGetDataFormatOutput *self,guint32 *value_downlink_data_aggregation_max_datagrams,GError **error);
Get the 'Downlink Data Aggregation Max Datagrams' field from self
.
| self | ||
| value_downlink_data_aggregation_max_datagrams | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.24.6
gboolean qmi_message_wda_get_data_format_output_get_downlink_data_aggregation_max_size (QmiMessageWdaGetDataFormatOutput *self,guint32 *value_downlink_data_aggregation_max_size,GError **error);
Get the 'Downlink Data Aggregation Max Size' field from self
.
| self | ||
| value_downlink_data_aggregation_max_size | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_uplink_data_aggregation_max_datagrams (QmiMessageWdaGetDataFormatOutput *self,guint32 *value_uplink_data_aggregation_max_datagrams,GError **error);
Get the 'Uplink Data Aggregation Max Datagrams' field from self
.
| self | ||
| value_uplink_data_aggregation_max_datagrams | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
gboolean qmi_message_wda_get_data_format_output_get_uplink_data_aggregation_max_size (QmiMessageWdaGetDataFormatOutput *self,guint32 *value_uplink_data_aggregation_max_size,GError **error);
Get the 'Uplink Data Aggregation Max Size' field from self
.
| self | ||
| value_uplink_data_aggregation_max_size | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.10
gboolean qmi_message_wda_get_data_format_output_get_download_minimum_padding (QmiMessageWdaGetDataFormatOutput *self,guint32 *value_download_minimum_padding,GError **error);
Get the 'Download Minimum Padding' field from self
.
| self | ||
| value_download_minimum_padding | a placeholder for the output guint32, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
gboolean qmi_message_wda_get_data_format_output_get_flow_control (QmiMessageWdaGetDataFormatOutput *self,guint8 *value_flow_control,GError **error);
Get the 'Flow Control' field from self
.
| self | ||
| value_flow_control | a placeholder for the output guint8, or  | [out][optional] | 
| error | Return location for error or  | 
Since: 1.30
QmiMessageWdaGetDataFormatOutput * qmi_message_wda_get_data_format_response_parse (QmiMessage *message,GError **error);
Parses a QmiMessage and builds a QmiMessageWdaGetDataFormatOutput out of it. The operation fails if the message is of the wrong type.
 a QmiMessageWdaGetDataFormatOutput, or NULL if error
is set. The returned value should be freed with qmi_message_wda_get_data_format_output_unref().
Since: 1.34
void qmi_client_wda_get_data_format (QmiClientWda *self,QmiMessageWdaGetDataFormatInput *input,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
Asynchronously sends a Get Data Format 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_wda_get_data_format_finish() to get the result of the operation.
| self | a QmiClientWda. | |
| 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.10
QmiMessageWdaGetDataFormatOutput * qmi_client_wda_get_data_format_finish (QmiClientWda *self,GAsyncResult *res,GError **error);
Finishes an async operation started with qmi_client_wda_get_data_format().
| self | a QmiClientWda. | |
| res | the GAsyncResult obtained from the GAsyncReadyCallback passed to  | |
| error | Return location for error or  | 
 a QmiMessageWdaGetDataFormatOutput, or NULL if error
is set. The returned value should be freed with qmi_message_wda_get_data_format_output_unref().
Since: 1.10
typedef struct _QmiMessageWdaGetDataFormatInput QmiMessageWdaGetDataFormatInput;
The QmiMessageWdaGetDataFormatInput structure contains private data and should only be accessed using the provided API.
Since: 1.10
typedef struct _QmiMessageWdaGetDataFormatOutput QmiMessageWdaGetDataFormatOutput;
The QmiMessageWdaGetDataFormatOutput structure contains private data and should only be accessed using the provided API.
Since: 1.10