Represents the IP level counters.

Public Attributes#

uint32_t

The number of IPv6 packets successfully transmitted.

uint32_t

The number of IPv6 packets successfully received.

uint32_t

The number of IPv6 packets failed to transmit.

uint32_t

The number of IPv6 packets failed to receive.

Public Attribute Documentation#

mTxSuccess#

uint32_t otIpCounters::mTxSuccess

The number of IPv6 packets successfully transmitted.


Definition at line 160 of file include/openthread/thread.h

mRxSuccess#

uint32_t otIpCounters::mRxSuccess

The number of IPv6 packets successfully received.


Definition at line 161 of file include/openthread/thread.h

mTxFailure#

uint32_t otIpCounters::mTxFailure

The number of IPv6 packets failed to transmit.


Definition at line 162 of file include/openthread/thread.h

mRxFailure#

uint32_t otIpCounters::mRxFailure

The number of IPv6 packets failed to receive.


Definition at line 163 of file include/openthread/thread.h