Represents statistics of a ping request.

Public Attributes#

uint16_t

The number of ping requests already sent.

uint16_t

The number of ping replies received.

uint32_t

The total round trip time of ping requests.

uint16_t

The min round trip time among ping requests.

uint16_t

The max round trip time among ping requests.

bool

Whether this is a multicast ping request.

Public Attribute Documentation#

mSentCount#

uint16_t otPingSenderStatistics::mSentCount

The number of ping requests already sent.


mReceivedCount#

uint16_t otPingSenderStatistics::mReceivedCount

The number of ping replies received.


mTotalRoundTripTime#

uint32_t otPingSenderStatistics::mTotalRoundTripTime

The total round trip time of ping requests.


mMinRoundTripTime#

uint16_t otPingSenderStatistics::mMinRoundTripTime

The min round trip time among ping requests.


mMaxRoundTripTime#

uint16_t otPingSenderStatistics::mMaxRoundTripTime

The max round trip time among ping requests.


mIsMulticast#

bool otPingSenderStatistics::mIsMulticast

Whether this is a multicast ping request.