otPingSenderStatistics
#include <ping_sender.h>
Represents statistics of a ping request.
Summary
Public attributes |
|
---|---|
mIsMulticast
|
bool
Whether this is a multicast ping request.
|
mMaxRoundTripTime
|
uint16_t
The max round trip time among ping requests.
|
mMinRoundTripTime
|
uint16_t
The min round trip time among ping requests.
|
mReceivedCount
|
uint16_t
The number of ping replies received.
|
mSentCount
|
uint16_t
The number of ping requests already sent.
|
mTotalRoundTripTime
|
uint32_t
The total round trip time of ping requests.
|
Public attributes
mIsMulticast
bool otPingSenderStatistics::mIsMulticast
Whether this is a multicast ping request.
mMaxRoundTripTime
uint16_t otPingSenderStatistics::mMaxRoundTripTime
The max round trip time among ping requests.
mMinRoundTripTime
uint16_t otPingSenderStatistics::mMinRoundTripTime
The min round trip time among ping requests.
mReceivedCount
uint16_t otPingSenderStatistics::mReceivedCount
The number of ping replies received.
mSentCount
uint16_t otPingSenderStatistics::mSentCount
The number of ping requests already sent.
mTotalRoundTripTime
uint32_t otPingSenderStatistics::mTotalRoundTripTime
The total round trip time of ping requests.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.