digi.xbee.models.statistics module
- class digi.xbee.models.statistics.Statistics[source]
Bases:
objectThis class represents all available XBee statistics.
- property tx_packets
Gets the current amount of TX packets.
- Returns:
Number of TX packets.
- Return type:
Integer
- property rx_packets
Gets the current amount of RX packets.
- Returns:
Number of RX packets.
- Return type:
Integer
- property tx_bytes
Gets the current amount of TX bytes.
- Returns:
Number of TX bytes.
- Return type:
Integer
- property rx_bytes
Gets the current amount of RX bytes.
- Returns:
Number of RX bytes.
- Return type:
Integer
- property rmt_cmd_errors
Gets the current amount of remote AT command errors.
- Returns:
Number of remote AT command errors.
- Return type:
Integer
- property tx_errors
Gets the current amount of transmit errors.
- Returns:
Number of transmit errors.
- Return type:
Integer