User`s guide

115
Python Application XBee Socket Counters
This section includes data counters that are specific to ZigBee Sockets implemented using
a Python application.
Frames Sent
The total number of transmitted frames.
Frames Received
The total number of received frames.
Bytes Sent
The total number of bytes sent.
Bytes Received
The total number of bytes received.
Python Application XBee Socket Error Counts
This section includes error counters that are specific to ZigBee Sockets implemented using
a Python application. These values will help determine the quality of data that is being sent
or received.
Transmit Frame Errors
The total number of transmitted frames that could not be transmitted due to an I/O
error.
Receive Frame Errors
The total number of received frames where an error occurred.
Received Bytes Dropped
The total number of bytes dropped due to an exhaustion of internal buffers.
Received Bytes Truncated
Number of received bytes that were dropped because the user buffer passed to
recvfrom() was not large enough to contain the entire packet.