Qmi.MessageWdaSetDataFormatInput

Fields

None

Methods

class

new ()

get_downlink_data_aggregation_max_datagrams ()

get_downlink_data_aggregation_max_size ()

get_downlink_data_aggregation_protocol ()

get_endpoint_info ()

get_link_layer_protocol ()

get_ndp_signature ()

get_qos_format ()

get_uplink_data_aggregation_max_datagrams ()

get_uplink_data_aggregation_max_size ()

get_uplink_data_aggregation_protocol ()

ref ()

set_downlink_data_aggregation_max_datagrams (value_downlink_data_aggregation_max_datagrams)

set_downlink_data_aggregation_max_size (value_downlink_data_aggregation_max_size)

set_downlink_data_aggregation_protocol (value_downlink_data_aggregation_protocol)

set_endpoint_info (value_endpoint_info_endpoint_type, value_endpoint_info_interface_number)

set_link_layer_protocol (value_link_layer_protocol)

set_ndp_signature (value_ndp_signature)

set_qos_format (value_qos_format)

set_uplink_data_aggregation_max_datagrams (value_uplink_data_aggregation_max_datagrams)

set_uplink_data_aggregation_max_size (value_uplink_data_aggregation_max_size)

set_uplink_data_aggregation_protocol (value_uplink_data_aggregation_protocol)

unref ()

Details

class Qmi.MessageWdaSetDataFormatInput

The Qmi.MessageWdaSetDataFormatInput structure contains private data and should only be accessed using the provided API.

New in version 1.10.

classmethod new()
Returns:

the newly created Qmi.MessageWdaSetDataFormatInput. The returned value should be freed with Qmi.MessageWdaSetDataFormatInput.unref().

Return type:

Qmi.MessageWdaSetDataFormatInput

Allocates a new Qmi.MessageWdaSetDataFormatInput.

New in version 1.10.

Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_downlink_data_aggregation_max_datagrams:

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

Return type:

(bool, value_downlink_data_aggregation_max_datagrams: int)

Get the ‘Downlink Data Aggregation Max Datagrams’ field from self.

New in version 1.10.

Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_downlink_data_aggregation_max_size:

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

Return type:

(bool, value_downlink_data_aggregation_max_size: int)

Get the ‘Downlink Data Aggregation Max Size’ field from self.

New in version 1.10.

Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_downlink_data_aggregation_protocol:

a placeholder for the output Qmi.WdaDataAggregationProtocol, or None if not required.

Return type:

(bool, value_downlink_data_aggregation_protocol: Qmi.WdaDataAggregationProtocol)

Get the ‘Downlink Data Aggregation Protocol’ field from self.

New in version 1.10.

get_endpoint_info()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_endpoint_info_endpoint_type:

a placeholder for the output Qmi.DataEndpointType, or None if not required.

value_endpoint_info_interface_number:

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

Return type:

(bool, value_endpoint_info_endpoint_type: Qmi.DataEndpointType, value_endpoint_info_interface_number: int)

Get the ‘Endpoint Info’ field from self.

New in version 1.18.

Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_link_layer_protocol:

a placeholder for the output Qmi.WdaLinkLayerProtocol, or None if not required.

Return type:

(bool, value_link_layer_protocol: Qmi.WdaLinkLayerProtocol)

Get the ‘Link Layer Protocol’ field from self.

New in version 1.10.

get_ndp_signature()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_ndp_signature:

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

Return type:

(bool, value_ndp_signature: int)

Get the ‘NDP Signature’ field from self.

New in version 1.10.

get_qos_format()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_qos_format:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_qos_format: bool)

Get the ‘QoS Format’ field from self.

New in version 1.10.

Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_uplink_data_aggregation_max_datagrams:

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

Return type:

(bool, value_uplink_data_aggregation_max_datagrams: int)

Get the ‘Uplink Data Aggregation Max Datagrams’ field from self.

New in version 1.32.

Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_uplink_data_aggregation_max_size:

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

Return type:

(bool, value_uplink_data_aggregation_max_size: int)

Get the ‘Uplink Data Aggregation Max Size’ field from self.

New in version 1.32.

Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_uplink_data_aggregation_protocol:

a placeholder for the output Qmi.WdaDataAggregationProtocol, or None if not required.

Return type:

(bool, value_uplink_data_aggregation_protocol: Qmi.WdaDataAggregationProtocol)

Get the ‘Uplink Data Aggregation Protocol’ field from self.

New in version 1.10.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWdaSetDataFormatInput

Atomically increments the reference count of self by one.

New in version 1.10.

Parameters:

value_downlink_data_aggregation_max_datagrams (int) – a #guint32.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Downlink Data Aggregation Max Datagrams’ field in the message.

New in version 1.10.

Parameters:

value_downlink_data_aggregation_max_size (int) – a #guint32.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Downlink Data Aggregation Max Size’ field in the message.

New in version 1.10.

Parameters:

value_downlink_data_aggregation_protocol (Qmi.WdaDataAggregationProtocol) – a Qmi.WdaDataAggregationProtocol.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Downlink Data Aggregation Protocol’ field in the message.

New in version 1.10.

set_endpoint_info(value_endpoint_info_endpoint_type, value_endpoint_info_interface_number)
Parameters:
Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Endpoint Info’ field in the message.

New in version 1.18.

Parameters:

value_link_layer_protocol (Qmi.WdaLinkLayerProtocol) – a Qmi.WdaLinkLayerProtocol.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Link Layer Protocol’ field in the message.

New in version 1.10.

set_ndp_signature(value_ndp_signature)
Parameters:

value_ndp_signature (int) – a #guint32.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NDP Signature’ field in the message.

New in version 1.10.

set_qos_format(value_qos_format)
Parameters:

value_qos_format (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘QoS Format’ field in the message.

New in version 1.10.

Parameters:

value_uplink_data_aggregation_max_datagrams (int) – a #guint32.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Uplink Data Aggregation Max Datagrams’ field in the message.

New in version 1.32.

Parameters:

value_uplink_data_aggregation_max_size (int) – a #guint32.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Uplink Data Aggregation Max Size’ field in the message.

New in version 1.32.

Parameters:

value_uplink_data_aggregation_protocol (Qmi.WdaDataAggregationProtocol) – a Qmi.WdaDataAggregationProtocol.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Uplink Data Aggregation Protocol’ field in the message.

New in version 1.10.

unref()

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

New in version 1.10.