Qmi.MessageWdaSetDataFormatOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageWdaSetDataFormatOutput¶
The
Qmi.MessageWdaSetDataFormatOutput
structure contains private data and should only be accessed using the provided API.New in version 1.10.
- get_downlink_data_aggregation_max_datagrams()¶
- Raises:
- 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:
Get the ‘Downlink Data Aggregation Max Datagrams’ field from self.
New in version 1.10.
- get_downlink_data_aggregation_max_size()¶
- Raises:
- 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:
Get the ‘Downlink Data Aggregation Max Size’ field from self.
New in version 1.10.
- get_downlink_data_aggregation_protocol()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_downlink_data_aggregation_protocol:
a placeholder for the output
Qmi.WdaDataAggregationProtocol
, orNone
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_download_minimum_padding()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_download_minimum_padding:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Download Minimum Padding’ field from self.
New in version 1.30.
- get_flow_control()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_flow_control:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
Get the ‘Flow Control’ field from self.
New in version 1.30.
- get_link_layer_protocol()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_link_layer_protocol:
a placeholder for the output
Qmi.WdaLinkLayerProtocol
, orNone
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:
- 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:
Get the ‘NDP Signature’ field from self.
New in version 1.10.
- get_qos_format()¶
- Raises:
- Returns:
- Return type:
Get the ‘QoS Format’ field from self.
New in version 1.10.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.10.
- get_uplink_data_aggregation_max_datagrams()¶
- Raises:
- 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:
Get the ‘Uplink Data Aggregation Max Datagrams’ field from self.
New in version 1.30.
- get_uplink_data_aggregation_max_size()¶
- Raises:
- 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:
Get the ‘Uplink Data Aggregation Max Size’ field from self.
New in version 1.30.
- get_uplink_data_aggregation_protocol()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_uplink_data_aggregation_protocol:
a placeholder for the output
Qmi.WdaDataAggregationProtocol
, orNone
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:
Atomically increments the reference count of self by one.
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.