otIpCounters
#include <thread.h>
This structure 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.