| Top |
GBoxed ├── QmiMessageWdaSetDataFormatInput ╰── QmiMessageWdaSetDataFormatOutput
QmiMessageWdaSetDataFormatInput *
qmi_message_wda_set_data_format_input_new
(void);
Allocates a new QmiMessageWdaSetDataFormatInput.
the newly created QmiMessageWdaSetDataFormatInput. The returned value should be freed with qmi_message_wda_set_data_format_input_unref().
Since: 1.10
QmiMessageWdaSetDataFormatInput *
qmi_message_wda_set_data_format_input_ref
(QmiMessageWdaSetDataFormatInput *self);
Atomically increments the reference count of self
by one.
Since: 1.10
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.
Since: 1.10
gboolean qmi_message_wda_set_data_format_input_get_endpoint_info (QmiMessageWdaSetDataFormatInput *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] |
value_endpoint_info_interface_number |
a placeholder for the output guint32, or |
[out] |
error |
Return location for error or |
 |
Since: 1.18
gboolean qmi_message_wda_set_data_format_input_set_endpoint_info (QmiMessageWdaSetDataFormatInput *self,QmiDataEndpointType value_endpoint_info_endpoint_type,guint32 value_endpoint_info_interface_number,GError **error);
Set the 'Endpoint Info' field in the message.
Since: 1.18
gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_size (QmiMessageWdaSetDataFormatInput *self,guint32 *value_downlink_data_aggregation_max_size,GError **error);
Get the 'Downlink Data Aggregation Max Size' field from self
.
Since: 1.10
gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_size (QmiMessageWdaSetDataFormatInput *self,guint32 value_downlink_data_aggregation_max_size,GError **error);
Set the 'Downlink Data Aggregation Max Size' field in the message.
Since: 1.10
gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_datagrams (QmiMessageWdaSetDataFormatInput *self,guint32 *value_downlink_data_aggregation_max_datagrams,GError **error);
Get the 'Downlink Data Aggregation Max Datagrams' field from self
.
Since: 1.10
gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_datagrams (QmiMessageWdaSetDataFormatInput *self,guint32 value_downlink_data_aggregation_max_datagrams,GError **error);
Set the 'Downlink Data Aggregation Max Datagrams' field in the message.
Since: 1.10
gboolean qmi_message_wda_set_data_format_input_get_ndp_signature (QmiMessageWdaSetDataFormatInput *self,guint32 *value_ndp_signature,GError **error);
Get the 'NDP Signature' field from self
.