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.
Definition at line
77
of file include/openthread/ping_sender.h
mReceivedCount#
uint16_t otPingSenderStatistics::mReceivedCount
The number of ping replies received.
Definition at line
78
of file include/openthread/ping_sender.h
mTotalRoundTripTime#
uint32_t otPingSenderStatistics::mTotalRoundTripTime
The total round trip time of ping requests.
Definition at line
79
of file include/openthread/ping_sender.h
mMinRoundTripTime#
uint16_t otPingSenderStatistics::mMinRoundTripTime
The min round trip time among ping requests.
Definition at line
80
of file include/openthread/ping_sender.h
mMaxRoundTripTime#
uint16_t otPingSenderStatistics::mMaxRoundTripTime
The max round trip time among ping requests.
Definition at line
81
of file include/openthread/ping_sender.h
mIsMulticast#
bool otPingSenderStatistics::mIsMulticast
Whether this is a multicast ping request.
Definition at line
82
of file include/openthread/ping_sender.h