otMacCounters::mTxTotal field
The total number of unique MAC frame transmission requests. Note that this counter is incremented for each MAC transmission request only by one, regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This increment rule applies to the following counters: - @p mTxUnicast - @p mTxBroadcast - @p mTxAckRequested - @p mTxNoAckRequested - @p mTxData - @p mTxDataPoll - @p mTxBeacon - @p mTxBeaconRequest - @p mTxOther - @p mTxErrAbort - @p mTxErrBusyChannel The following equations are valid: - @p mTxTotal = @p mTxUnicast + @p mTxBroadcast - @p mTxTotal = @p mTxAckRequested + @p mTxNoAckRequested - @p mTxTotal = @p mTxData + @p mTxDataPoll + @p mTxBeacon + @p mTxBeaconRequest + @p mTxOther
otMacCounters::mTxTotal is written by 1 function and is read by 2 functions:
![]()
otMacCounters::mTxTotal