otIpCounters
#include <thread.h>
Represents the IP level counters.
Summary
Public attributes |
|
---|---|
mRxFailure
|
uint32_t
The number of IPv6 packets failed to receive.
|
mRxSuccess
|
uint32_t
The number of IPv6 packets successfully received.
|
mTxFailure
|
uint32_t
The number of IPv6 packets failed to transmit.
|
mTxSuccess
|
uint32_t
The number of IPv6 packets successfully transmitted.
|
Public attributes
mRxFailure
uint32_t otIpCounters::mRxFailure
The number of IPv6 packets failed to receive.
mRxSuccess
uint32_t otIpCounters::mRxSuccess
The number of IPv6 packets successfully received.
mTxFailure
uint32_t otIpCounters::mTxFailure
The number of IPv6 packets failed to transmit.
mTxSuccess
uint32_t otIpCounters::mTxSuccess
The number of IPv6 packets successfully transmitted.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.