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.


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.


mRxFailure#

uint32_t otIpCounters::mRxFailure

The number of IPv6 packets failed to receive.