Qmi.MessageWdsGetPacketStatisticsOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageWdsGetPacketStatisticsOutput¶
The
Qmi.MessageWdsGetPacketStatisticsOutput
structure contains private data and should only be accessed using the provided API.New in version 1.6.
- get_last_call_rx_bytes_ok()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_last_call_rx_bytes_ok:
a placeholder for the output #guint64, or
None
if not required.
- Return type:
Get the ‘Last Call Rx Bytes Ok’ field from self.
New in version 1.6.
- get_last_call_tx_bytes_ok()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_last_call_tx_bytes_ok:
a placeholder for the output #guint64, or
None
if not required.
- Return type:
Get the ‘Last Call Tx Bytes Ok’ field from self.
New in version 1.6.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.6.
- get_rx_bytes_ok()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_bytes_ok:
a placeholder for the output #guint64, or
None
if not required.
- Return type:
Get the ‘Rx Bytes Ok’ field from self.
New in version 1.6.
- get_rx_overflows()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_overflows:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Rx Overflows’ field from self.
New in version 1.6.
- get_rx_packets_dropped()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_packets_dropped:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Rx Packets Dropped’ field from self.
New in version 1.6.
- get_rx_packets_error()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_packets_error:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Rx Packets Error’ field from self.
New in version 1.6.
- get_rx_packets_ok()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_rx_packets_ok:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Rx Packets Ok’ field from self.
New in version 1.6.
- get_tx_bytes_ok()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_tx_bytes_ok:
a placeholder for the output #guint64, or
None
if not required.
- Return type:
Get the ‘Tx Bytes Ok’ field from self.
New in version 1.6.
- get_tx_overflows()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_tx_overflows:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Tx Overflows’ field from self.
New in version 1.6.
- get_tx_packets_dropped()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_tx_packets_dropped:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Tx Packets Dropped’ field from self.
New in version 1.6.
- get_tx_packets_error()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_tx_packets_error:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Tx Packets Error’ field from self.
New in version 1.6.
- get_tx_packets_ok()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_tx_packets_ok:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘Tx Packets Ok’ field from self.
New in version 1.6.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.6.
- 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.6.