![]() |
![]() |
![]() |
libqmi-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
QmiMessageWdaSetDataFormatInput; QmiMessageWdaSetDataFormatOutput; QmiMessageWdaSetDataFormatInput * qmi_message_wda_set_data_format_input_new (void
); QmiMessageWdaSetDataFormatInput * qmi_message_wda_set_data_format_input_ref (QmiMessageWdaSetDataFormatInput *self
); void qmi_message_wda_set_data_format_input_unref (QmiMessageWdaSetDataFormatInput *self
); gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_size (QmiMessageWdaSetDataFormatInput *self
,guint32 *downlink_data_aggregation_max_size
,GError **error
); gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_size (QmiMessageWdaSetDataFormatInput *self
,guint32 downlink_data_aggregation_max_size
,GError **error
); gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_datagrams (QmiMessageWdaSetDataFormatInput *self
,guint32 *downlink_data_aggregation_max_datagrams
,GError **error
); gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_datagrams (QmiMessageWdaSetDataFormatInput *self
,guint32 downlink_data_aggregation_max_datagrams
,GError **error
); gboolean qmi_message_wda_set_data_format_input_get_ndp_signature (QmiMessageWdaSetDataFormatInput *self
,guint32 *ndp_signature
,GError **error
); gboolean qmi_message_wda_set_data_format_input_set_ndp_signature (QmiMessageWdaSetDataFormatInput *self
,guint32 ndp_signature
,GError **error
); gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaDataAggregationProtocol *downlink_data_aggregation_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaDataAggregationProtocol downlink_data_aggregation_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_input_get_uplink_data_aggregation_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaDataAggregationProtocol *uplink_data_aggregation_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_input_set_uplink_data_aggregation_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaDataAggregationProtocol uplink_data_aggregation_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_input_get_link_layer_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaLinkLayerProtocol *link_layer_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_input_set_link_layer_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaLinkLayerProtocol link_layer_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_input_get_qos_format (QmiMessageWdaSetDataFormatInput *self
,gboolean *qos_format
,GError **error
); gboolean qmi_message_wda_set_data_format_input_set_qos_format (QmiMessageWdaSetDataFormatInput *self
,gboolean qos_format
,GError **error
); QmiMessageWdaSetDataFormatOutput * qmi_message_wda_set_data_format_output_ref (QmiMessageWdaSetDataFormatOutput *self
); void qmi_message_wda_set_data_format_output_unref (QmiMessageWdaSetDataFormatOutput *self
); gboolean qmi_message_wda_set_data_format_output_get_result (QmiMessageWdaSetDataFormatOutput *self
,GError **error
); gboolean qmi_message_wda_set_data_format_output_get_qos_format (QmiMessageWdaSetDataFormatOutput *self
,gboolean *qos_format
,GError **error
); gboolean qmi_message_wda_set_data_format_output_get_link_layer_protocol (QmiMessageWdaSetDataFormatOutput *self
,QmiWdaLinkLayerProtocol *link_layer_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_output_get_uplink_data_aggregation_protocol (QmiMessageWdaSetDataFormatOutput *self
,QmiWdaDataAggregationProtocol *uplink_data_aggregation_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_protocol (QmiMessageWdaSetDataFormatOutput *self
,QmiWdaDataAggregationProtocol *downlink_data_aggregation_protocol
,GError **error
); gboolean qmi_message_wda_set_data_format_output_get_ndp_signature (QmiMessageWdaSetDataFormatOutput *self
,guint32 *ndp_signature
,GError **error
); gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_max_datagrams (QmiMessageWdaSetDataFormatOutput *self
,guint32 *downlink_data_aggregation_max_datagrams
,GError **error
); gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_max_size (QmiMessageWdaSetDataFormatOutput *self
,guint32 *downlink_data_aggregation_max_size
,GError **error
); void qmi_client_wda_set_data_format (QmiClientWda *self
,QmiMessageWdaSetDataFormatInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
); QmiMessageWdaSetDataFormatOutput * qmi_client_wda_set_data_format_finish (QmiClientWda *self
,GAsyncResult *res
,GError **error
);
GBoxed +----QmiMessageWdaSetDataFormatInput
GBoxed +----QmiMessageWdaSetDataFormatOutput
typedef struct _QmiMessageWdaSetDataFormatInput QmiMessageWdaSetDataFormatInput;
The QmiMessageWdaSetDataFormatInput structure contains private data and should only be accessed using the provided API.
typedef struct _QmiMessageWdaSetDataFormatOutput QmiMessageWdaSetDataFormatOutput;
The QmiMessageWdaSetDataFormatOutput structure contains private data and should only be accessed using the provided API.
QmiMessageWdaSetDataFormatInput * qmi_message_wda_set_data_format_input_new
(void
);
Allocates a new QmiMessageWdaSetDataFormatInput.
Returns : |
the newly created QmiMessageWdaSetDataFormatInput. The returned value should be freed with qmi_message_wda_set_data_format_input_unref() . |
QmiMessageWdaSetDataFormatInput * qmi_message_wda_set_data_format_input_ref
(QmiMessageWdaSetDataFormatInput *self
);
Atomically increments the reference count of self
by one.
|
a QmiMessageWdaSetDataFormatInput. |
Returns : |
the new reference to self . |
void qmi_message_wda_set_data_format_input_unref
(QmiMessageWdaSetDataFormatInput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
|
a QmiMessageWdaSetDataFormatInput. |
gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_size (QmiMessageWdaSetDataFormatInput *self
,guint32 *downlink_data_aggregation_max_size
,GError **error
);
Get the 'Downlink Data Aggregation Max Size' field from self
.
|
a QmiMessageWdaSetDataFormatInput. |
|
a placeholder for the output guint32, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_size (QmiMessageWdaSetDataFormatInput *self
,guint32 downlink_data_aggregation_max_size
,GError **error
);
Set the 'Downlink Data Aggregation Max Size' field in the message.
|
a QmiMessageWdaSetDataFormatInput. |
|
a guint32. |
|
Return location for error or NULL . |
Returns : |
TRUE if value was successfully set, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_datagrams (QmiMessageWdaSetDataFormatInput *self
,guint32 *downlink_data_aggregation_max_datagrams
,GError **error
);
Get the 'Downlink Data Aggregation Max Datagrams' field from self
.
|
a QmiMessageWdaSetDataFormatInput. |
|
a placeholder for the output guint32, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_datagrams (QmiMessageWdaSetDataFormatInput *self
,guint32 downlink_data_aggregation_max_datagrams
,GError **error
);
Set the 'Downlink Data Aggregation Max Datagrams' field in the message.
|
a QmiMessageWdaSetDataFormatInput. |
|
a guint32. |
|
Return location for error or NULL . |
Returns : |
TRUE if value was successfully set, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_get_ndp_signature (QmiMessageWdaSetDataFormatInput *self
,guint32 *ndp_signature
,GError **error
);
Get the 'NDP Signature' field from self
.
|
a QmiMessageWdaSetDataFormatInput. |
|
a placeholder for the output guint32, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_set_ndp_signature (QmiMessageWdaSetDataFormatInput *self
,guint32 ndp_signature
,GError **error
);
Set the 'NDP Signature' field in the message.
|
a QmiMessageWdaSetDataFormatInput. |
|
a guint32. |
|
Return location for error or NULL . |
Returns : |
TRUE if value was successfully set, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaDataAggregationProtocol *downlink_data_aggregation_protocol
,GError **error
);
Get the 'Downlink Data Aggregation Protocol' field from self
.
|
a QmiMessageWdaSetDataFormatInput. |
|
a placeholder for the output QmiWdaDataAggregationProtocol, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaDataAggregationProtocol downlink_data_aggregation_protocol
,GError **error
);
Set the 'Downlink Data Aggregation Protocol' field in the message.
|
a QmiMessageWdaSetDataFormatInput. |
|
a QmiWdaDataAggregationProtocol. |
|
Return location for error or NULL . |
Returns : |
TRUE if value was successfully set, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_get_uplink_data_aggregation_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaDataAggregationProtocol *uplink_data_aggregation_protocol
,GError **error
);
Get the 'Uplink Data Aggregation Protocol' field from self
.
|
a QmiMessageWdaSetDataFormatInput. |
|
a placeholder for the output QmiWdaDataAggregationProtocol, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_set_uplink_data_aggregation_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaDataAggregationProtocol uplink_data_aggregation_protocol
,GError **error
);
Set the 'Uplink Data Aggregation Protocol' field in the message.
|
a QmiMessageWdaSetDataFormatInput. |
|
a QmiWdaDataAggregationProtocol. |
|
Return location for error or NULL . |
Returns : |
TRUE if value was successfully set, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_get_link_layer_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaLinkLayerProtocol *link_layer_protocol
,GError **error
);
Get the 'Link Layer Protocol' field from self
.
|
a QmiMessageWdaSetDataFormatInput. |
|
a placeholder for the output QmiWdaLinkLayerProtocol, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_set_link_layer_protocol (QmiMessageWdaSetDataFormatInput *self
,QmiWdaLinkLayerProtocol link_layer_protocol
,GError **error
);
Set the 'Link Layer Protocol' field in the message.
|
a QmiMessageWdaSetDataFormatInput. |
|
a QmiWdaLinkLayerProtocol. |
|
Return location for error or NULL . |
Returns : |
TRUE if value was successfully set, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_input_get_qos_format (QmiMessageWdaSetDataFormatInput *self
,gboolean *qos_format
,GError **error
);
Get the 'QoS Format' field from self
.
gboolean qmi_message_wda_set_data_format_input_set_qos_format (QmiMessageWdaSetDataFormatInput *self
,gboolean qos_format
,GError **error
);
Set the 'QoS Format' field in the message.
|
a QmiMessageWdaSetDataFormatInput. |
|
a gboolean. |
|
Return location for error or NULL . |
Returns : |
TRUE if value was successfully set, FALSE otherwise. |
QmiMessageWdaSetDataFormatOutput * qmi_message_wda_set_data_format_output_ref
(QmiMessageWdaSetDataFormatOutput *self
);
Atomically increments the reference count of self
by one.
|
a QmiMessageWdaSetDataFormatOutput. |
Returns : |
the new reference to self . |
void qmi_message_wda_set_data_format_output_unref
(QmiMessageWdaSetDataFormatOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
|
a QmiMessageWdaSetDataFormatOutput. |
gboolean qmi_message_wda_set_data_format_output_get_result (QmiMessageWdaSetDataFormatOutput *self
,GError **error
);
Get the result of the QMI operation.
gboolean qmi_message_wda_set_data_format_output_get_qos_format (QmiMessageWdaSetDataFormatOutput *self
,gboolean *qos_format
,GError **error
);
Get the 'QoS Format' field from self
.
gboolean qmi_message_wda_set_data_format_output_get_link_layer_protocol (QmiMessageWdaSetDataFormatOutput *self
,QmiWdaLinkLayerProtocol *link_layer_protocol
,GError **error
);
Get the 'Link Layer Protocol' field from self
.
|
a QmiMessageWdaSetDataFormatOutput. |
|
a placeholder for the output QmiWdaLinkLayerProtocol, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_output_get_uplink_data_aggregation_protocol (QmiMessageWdaSetDataFormatOutput *self
,QmiWdaDataAggregationProtocol *uplink_data_aggregation_protocol
,GError **error
);
Get the 'Uplink Data Aggregation Protocol' field from self
.
|
a QmiMessageWdaSetDataFormatOutput. |
|
a placeholder for the output QmiWdaDataAggregationProtocol, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_protocol (QmiMessageWdaSetDataFormatOutput *self
,QmiWdaDataAggregationProtocol *downlink_data_aggregation_protocol
,GError **error
);
Get the 'Downlink Data Aggregation Protocol' field from self
.
|
a QmiMessageWdaSetDataFormatOutput. |
|
a placeholder for the output QmiWdaDataAggregationProtocol, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_output_get_ndp_signature (QmiMessageWdaSetDataFormatOutput *self
,guint32 *ndp_signature
,GError **error
);
Get the 'NDP Signature' field from self
.
|
a QmiMessageWdaSetDataFormatOutput. |
|
a placeholder for the output guint32, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_max_datagrams (QmiMessageWdaSetDataFormatOutput *self
,guint32 *downlink_data_aggregation_max_datagrams
,GError **error
);
Get the 'Downlink Data Aggregation Max Datagrams' field from self
.
|
a QmiMessageWdaSetDataFormatOutput. |
|
a placeholder for the output guint32, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_max_size (QmiMessageWdaSetDataFormatOutput *self
,guint32 *downlink_data_aggregation_max_size
,GError **error
);
Get the 'Downlink Data Aggregation Max Size' field from self
.
|
a QmiMessageWdaSetDataFormatOutput. |
|
a placeholder for the output guint32, or NULL if not required. |
|
Return location for error or NULL . |
Returns : |
TRUE if the field is found, FALSE otherwise. |
void qmi_client_wda_set_data_format (QmiClientWda *self
,QmiMessageWdaSetDataFormatInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously sends a Set 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_set_data_format_finish()
to get the result of the operation.
|
a QmiClientWda. |
|
a QmiMessageWdaSetDataFormatInput. |
|
maximum time to wait for the method to complete, in seconds. |
|
a GCancellable or NULL . |
|
a GAsyncReadyCallback to call when the request is satisfied. |
|
user data to pass to callback . |
QmiMessageWdaSetDataFormatOutput * qmi_client_wda_set_data_format_finish (QmiClientWda *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_wda_set_data_format()
.
|
a QmiClientWda. |
|
the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_wda_set_data_format() . |
|
Return location for error or NULL . |
Returns : |
a QmiMessageWdaSetDataFormatOutput, or NULL if error is set. The returned value should be freed with qmi_message_wda_set_data_format_output_unref() . |