WDA Set Data Format request

WDA Set Data Format request

Functions

QmiMessageWdaSetDataFormatInput * qmi_message_wda_set_data_format_input_new ()
QmiMessageWdaSetDataFormatInput * qmi_message_wda_set_data_format_input_ref ()
void qmi_message_wda_set_data_format_input_unref ()
gboolean qmi_message_wda_set_data_format_input_get_endpoint_info ()
gboolean qmi_message_wda_set_data_format_input_set_endpoint_info ()
gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_size ()
gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_size ()
gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_datagrams ()
gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_datagrams ()
gboolean qmi_message_wda_set_data_format_input_get_ndp_signature ()
gboolean qmi_message_wda_set_data_format_input_set_ndp_signature ()
gboolean qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_protocol ()
gboolean qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_protocol ()
gboolean qmi_message_wda_set_data_format_input_get_uplink_data_aggregation_protocol ()
gboolean qmi_message_wda_set_data_format_input_set_uplink_data_aggregation_protocol ()
gboolean qmi_message_wda_set_data_format_input_get_link_layer_protocol ()
gboolean qmi_message_wda_set_data_format_input_set_link_layer_protocol ()
gboolean qmi_message_wda_set_data_format_input_get_qos_format ()
gboolean qmi_message_wda_set_data_format_input_set_qos_format ()
QmiMessageWdaSetDataFormatOutput * qmi_message_wda_set_data_format_output_ref ()
void qmi_message_wda_set_data_format_output_unref ()
gboolean qmi_message_wda_set_data_format_output_get_result ()
gboolean qmi_message_wda_set_data_format_output_get_qos_format ()
gboolean qmi_message_wda_set_data_format_output_get_link_layer_protocol ()
gboolean qmi_message_wda_set_data_format_output_get_uplink_data_aggregation_protocol ()
gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_protocol ()
gboolean qmi_message_wda_set_data_format_output_get_ndp_signature ()
gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_max_datagrams ()
gboolean qmi_message_wda_set_data_format_output_get_downlink_data_aggregation_max_size ()
void qmi_client_wda_set_data_format ()
QmiMessageWdaSetDataFormatOutput * qmi_client_wda_set_data_format_finish ()

Types and Values

Object Hierarchy

    GBoxed
    ├── QmiMessageWdaSetDataFormatInput
    ╰── QmiMessageWdaSetDataFormatOutput

Description

Functions

qmi_message_wda_set_data_format_input_new ()

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().

Since: 1.10


qmi_message_wda_set_data_format_input_ref ()

QmiMessageWdaSetDataFormatInput *
qmi_message_wda_set_data_format_input_ref
                               (QmiMessageWdaSetDataFormatInput *self);

Atomically increments the reference count of self by one.

Parameters

Returns

the new reference to self .

Since: 1.10


qmi_message_wda_set_data_format_input_unref ()

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.

Parameters

Since: 1.10


qmi_message_wda_set_data_format_input_get_endpoint_info ()

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 .

Parameters

self

a QmiMessageWdaSetDataFormatInput.

 

value_endpoint_info_endpoint_type

a placeholder for the output QmiDataEndpointType, or NULL if not required.

[out]

value_endpoint_info_interface_number

a placeholder for the output guint32, or NULL if not required.

[out]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

Since: 1.18


qmi_message_wda_set_data_format_input_set_endpoint_info ()

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.

Parameters

self

a QmiMessageWdaSetDataFormatInput.

 

value_endpoint_info_endpoint_type

a QmiDataEndpointType.

 

value_endpoint_info_interface_number

a guint32.

 

error

Return location for error or NULL.

 

Returns

TRUE if value was successfully set, FALSE otherwise.

Since: 1.18


qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_size ()

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 .

Parameters

self

a QmiMessageWdaSetDataFormatInput.

 

value_downlink_data_aggregation_max_size

a placeholder for the output guint32, or NULL if not required.

[out]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

Since: 1.10


qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_size ()

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.

Parameters

self

a QmiMessageWdaSetDataFormatInput.

 

value_downlink_data_aggregation_max_size

a guint32.

 

error

Return location for error or NULL.

 

Returns

TRUE if value was successfully set, FALSE otherwise.

Since: 1.10


qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_datagrams ()

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 .

Parameters

self

a QmiMessageWdaSetDataFormatInput.

 

value_downlink_data_aggregation_max_datagrams

a placeholder for the output guint32, or NULL if not required.

[out]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

Since: 1.10


qmi_message_wda_set_data_format_input_set_downlink_data_aggregation_max_datagrams ()

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.

Parameters

self

a QmiMessageWdaSetDataFormatInput.

 

value_downlink_data_aggregation_max_datagrams

a guint32.

 

error

Return location for error or NULL.

 

Returns

TRUE if value was successfully set, FALSE otherwise.

Since: 1.10


qmi_message_wda_set_data_format_input_get_ndp_signature ()

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 .

Parameters

); QmiMessageVoiceGetConan clasem>); QmiMessageVoiceGetConan clasem>); QmiMesed with ); QmiMessageVoiceGetConan clasem>); QmiMessageVoiceGetConan cQmiMessageVoiceGetConan clasem>); ); QmiMessageVoiceGetConan clasem>);

self

a QmiMessageWdaSetDataFormatInputan>.

 

Parameters

8a class="link" href="libqmi-glib-WDA-Set-Data-Format-request.html#QmiMessageWdaSetDataFormatInnut">QmiMessageWdaSetDataFormatInpueVoiceDialCallInput">QmiMessageVoiceDialCallInput.

gcros.html#TRUE:CAPS">TRUE if valueQmiMessageWdaGetDataFormatOutput.

ib/glib-Standard-Macros.html#NULL:CAPS">NULL if not required.

Parameters

 <"parameters_annotations">
QmiMessageWdaGetDataFormatOutput.

ib/glib-Standard-Macros.html#NULL:CAPS">NULL if not required.

QmiMessageWdaSetDataFormatInputan>.

10


qmi_message_wda_set_data_format_input_get_downlink_data_aggregation_max_datagrams ()


8a class="link" href="libqmi-glib-WDA-Set-Data-Format-request.html#QmiMessageWdaSeb-Basic-Types.html#gboolean">gbosect3">
FALSE otherwise.

Since: 1.14


FALSE otherwise.

Since: 1.10


gcros.html#TRUE:CAPS">TRUE

QmiMessageWdaGetD/code> is completely disposed.

TRUE if the field is found, FALSE otherwise.

Since: 8a class="link" href="libqmi-glib-WDA-Set-Data-Format-request.html#QmiMessageWdaSeb-Basic-Types.html#gboolean">gbosect3"> FALSE otherwise.

Since: 1.14


**error1.14


error

 
 <"parameters_annotations">

Since: 1.14


a <

 <"parameters_annotations"> e> if not req>

Since: 1.14


GError **error);

Get the 'Indication Result' field from

Return location for error or NULL.

 NULL.

 NULL.

NULL.

NULL.

NULL.

GErrata_format_input_unref (QmiMessageWdaSetDataFormatInput *self); QmiMessageVoiceGetConfigOutput.gboolean

a placeholder for the output ); QmiMessageVoiceGetConfigOutput.gboolean

a placeholderib-Standard-Macros.html#NULL:CAPS">NULL ifnce count drops to 0, self is completely disposed">NULL if error is set. The returned value should be freed with self is completely disposed">NULL if error is set. Thck to call when the request is satisfied.

 

user_data

user data to pass to callback .< p>

 

Since: 1.10


ªmi_client_wda_get_data_format_finish ()

QmiMessageWdaGetDataForiatOutpuo *
qmi_client_wda_get_data_format_finish (QmiClientWda
is set. The returned value should be freed with );
QmiMessageVoiceGetConan clasem>); QmiMessageVoiceGetConan clasem>); QmiMessageVoiceGetConan clasem>); QmiMessageVoiceGetConan clasem>); QmiMessageVoiceGetConan clasem>); QmiMessageVoiceGetConan clasem>sh">

ªmi_client_wda_get_data_format_finish ()

QmiMessageWdaGetDataForiatOutpuo *
qmi_client_wA-Set-Data-Format-request.html#QmiMessageWdaSetDataFormatInput">QmiMessageWdaGetDataForiatOutpuo *
qmi_client_wA-Set-Data-Format-request.html#QmiMessageWdaSetDataFormatInput">QmiMessageWdaGetDataForiatOutpuo *
qmi_client_wA-Set-Data-Format-request.html#QmiMessageWdaSetDataFormatInput">QmiMessageWdaGetDataForiatOutpuo *
qmi_client_wA-Set-Data-Format-request.hts.html#NULL:CAPS">NULL.

Â