otPingSenderStatistics

#include <ping_sender.h>

Rappresenta le statistiche di una richiesta di ping.

Riepilogo

Attributi pubblici

mIsMulticast
bool
Se si tratta di una richiesta di ping multicast.
mMaxRoundTripTime
uint16_t
Il tempo di round trip massimo tra le richieste di ping.
mMinRoundTripTime
uint16_t
Il tempo di round trip minimo tra le richieste di ping.
mReceivedCount
uint16_t
Il numero di risposte ping ricevute.
mSentCount
uint16_t
Il numero di richieste di ping già inviate.
mTotalRoundTripTime
uint32_t
Il tempo di round trip totale delle richieste di ping.

Attributi pubblici

mIsMulticast

bool otPingSenderStatistics::mIsMulticast

Se si tratta di una richiesta di ping multicast.

mMaxRoundTripTime

uint16_t otPingSenderStatistics::mMaxRoundTripTime

Il tempo di round trip massimo tra le richieste di ping.

mMinRoundTripTime

uint16_t otPingSenderStatistics::mMinRoundTripTime

Il tempo di round trip minimo tra le richieste di ping.

mReceivedCount

uint16_t otPingSenderStatistics::mReceivedCount

Il numero di risposte ping ricevute.

mSentCount

uint16_t otPingSenderStatistics::mSentCount

Il numero di richieste di ping già inviate.

mTotalRoundTripTime

uint32_t otPingSenderStatistics::mTotalRoundTripTime

Il tempo di round trip totale delle richieste di ping.

Risorse

Gli argomenti di riferimento dell'API OpenThread provengono dal codice sorgente, disponibile su GitHub. Per saperne di più o per contribuire alla nostra documentazione, consulta la sezione Risorse.