![]() |
0.01.00
|
This structure represents the MAC layer counters. More...
#include <include/openthread/types.h>
Public Attributes | |
| uint32_t | mTxTotal |
| The total number of transmissions. | |
| uint32_t | mTxUnicast |
| The total number of unicast transmissions. | |
| uint32_t | mTxBroadcast |
| The total number of broadcast transmissions. | |
| uint32_t | mTxAckRequested |
| The number of transmissions with ack request. | |
| uint32_t | mTxAcked |
| The number of transmissions that were acked. | |
| uint32_t | mTxNoAckRequested |
| The number of transmissions without ack request. | |
| uint32_t | mTxData |
| The number of transmitted data. | |
| uint32_t | mTxDataPoll |
| The number of transmitted data poll. | |
| uint32_t | mTxBeacon |
| The number of transmitted beacon. | |
| uint32_t | mTxBeaconRequest |
| The number of transmitted beacon request. | |
| uint32_t | mTxOther |
| The number of transmitted other types of frames. | |
| uint32_t | mTxRetry |
| The number of retransmission times. | |
| uint32_t | mTxErrCca |
| The number of CCA failure times. | |
| uint32_t | mTxErrAbort |
| The number of frame transmission failures due to abort error. | |
| uint32_t | mTxErrBusyChannel |
| The number of frames that were dropped due to a busy channel. | |
| uint32_t | mRxTotal |
| The total number of received packets. | |
| uint32_t | mRxUnicast |
| The total number of unicast packets received. | |
| uint32_t | mRxBroadcast |
| The total number of broadcast packets received. | |
| uint32_t | mRxData |
| The number of received data. | |
| uint32_t | mRxDataPoll |
| The number of received data poll. | |
| uint32_t | mRxBeacon |
| The number of received beacon. | |
| uint32_t | mRxBeaconRequest |
| The number of received beacon request. | |
| uint32_t | mRxOther |
| The number of received other types of frames. | |
| uint32_t | mRxAddressFiltered |
| The number of received packets filtered by address filter (whitelist or blacklist). | |
| uint32_t | mRxDestAddrFiltered |
| The number of received packets filtered by destination check. | |
| uint32_t | mRxDuplicated |
| The number of received duplicated packets. | |
| uint32_t | mRxErrNoFrame |
| The number of received packets that do not contain contents. | |
| uint32_t | mRxErrUnknownNeighbor |
| The number of received packets from unknown neighbor. | |
| uint32_t | mRxErrInvalidSrcAddr |
| The number of received packets whose source address is invalid. | |
| uint32_t | mRxErrSec |
| The number of received packets with security error. | |
| uint32_t | mRxErrFcs |
| The number of received packets with FCS error. | |
| uint32_t | mRxErrOther |
| The number of received packets with other error. | |
This structure represents the MAC layer counters.