digi.xbee.models.statistics module

class digi.xbee.models.statistics.Statistics[source]

Bases: object

This class represents all available XBee statistics.

tx_packets

Gets the current amount of TX packets.

Returns:Number of TX packets.
Return type:Integer
rx_packets

Gets the current amount of RX packets.

Returns:Number of RX packets.
Return type:Integer
tx_bytes

Gets the current amount of TX bytes.

Returns:Number of TX bytes.
Return type:Integer
rx_bytes

Gets the current amount of RX bytes.

Returns:Number of RX bytes.
Return type:Integer
rmt_cmd_errors

Gets the current amount of remote AT command errors.

Returns:Number of remote AT command errors.
Return type:Integer
tx_errors

Gets the current amount of transmit errors.

Returns:Number of transmit errors.
Return type:Integer