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#
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.