ESP-IDF
otNetworkDiagMleCounters
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNetworkDiagMleCounters
otNetworkDiagMleCounters struct
Represents a Network Diagnostics MLE Counters value.
Syntax
Show:
Summary
Declaration
from
netdiag.h:152
typedef
struct
otNetworkDiagMleCounters
{
uint16_t
mDisabledRole
;
uint16_t
mDetachedRole
;
uint16_t
mChildRole
;
uint16_t
mRouterRole
;
uint16_t
mLeaderRole
;
uint16_t
mAttachAttempts
;
uint16_t
mPartitionIdChanges
;
uint16_t
mBetterPartitionAttachAttempts
;
uint16_t
mParentChanges
;
uint64_t
mTrackedTime
;
uint64_t
mDisabledTime
;
uint64_t
mDetachedTime
;
uint64_t
mChildTime
;
uint64_t
mRouterTime
;
uint64_t
mLeaderTime
;
}
otNetworkDiagMleCounters
;
Fields
Field
Declared as
otNetworkDiagMleCounters::mDisabledRole
uint16_t
otNetworkDiagMleCounters::mDetachedRole
uint16_t
otNetworkDiagMleCounters::mChildRole
uint16_t
otNetworkDiagMleCounters::mRouterRole
uint16_t
otNetworkDiagMleCounters::mLeaderRole
uint16_t
otNetworkDiagMleCounters::mAttachAttempts
uint16_t
otNetworkDiagMleCounters::mPartitionIdChanges
uint16_t
otNetworkDiagMleCounters::mBetterPartitionAttachAttempts
uint16_t
otNetworkDiagMleCounters::mParentChanges
uint16_t
otNetworkDiagMleCounters::mTrackedTime
uint64_t
otNetworkDiagMleCounters::mDisabledTime
uint64_t
otNetworkDiagMleCounters::mDetachedTime
uint64_t
otNetworkDiagMleCounters::mChildTime
uint64_t
otNetworkDiagMleCounters::mRouterTime
uint64_t
otNetworkDiagMleCounters::mLeaderTime
uint64_t
Related Functions
Found 2 other functions taking a
otNetworkDiagMleCounters
argument:
Function
Description
ot::NetworkDiagnostic::MleCountersTlv::Read() const
Reads the counters from TLV.
ot::Cli::Interpreter::OutputNetworkDiagMleCounters()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out