Contains the statistics of radio.

Public Attributes#

uint64_t

The total time that radio is in disabled state, in unit of microseconds.

uint64_t

The total time that radio is in sleep state, in unit of microseconds.

uint64_t
uint64_t

The total time that radio is doing transmission, in unit of microseconds.

Public Attribute Documentation#

mDisabledTime#

uint64_t otRadioTimeStats::mDisabledTime

The total time that radio is in disabled state, in unit of microseconds.


Definition at line 63 of file include/openthread/radio_stats.h

mSleepTime#

uint64_t otRadioTimeStats::mSleepTime

The total time that radio is in sleep state, in unit of microseconds.


Definition at line 64 of file include/openthread/radio_stats.h

mTxTime#

uint64_t otRadioTimeStats::mTxTime

Definition at line 65 of file include/openthread/radio_stats.h

mRxTime#

uint64_t otRadioTimeStats::mRxTime

The total time that radio is doing transmission, in unit of microseconds.


Definition at line 66 of file include/openthread/radio_stats.h