ESP-IDF
otMleCounters::mAttachAttempts
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMleCounters::mAttachAttempts
otMleCounters::mAttachAttempts field
Syntax
Show:
Summary
Declaration
from
thread.h:176
uint16_t
mAttachAttempts
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mAttachAttempts
;
///< Number of attach attempts while device was detached.
thread.h:176
{
&
otMleCounters
::
mAttachAttempts
,
"Attach Attempts"
}
,
cli.cpp:2334
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mCounters
.
mAttachAttempts
++
;
mle.cpp:608
ot::Mle::Mle
ot::Mle::Mle::Attach()
mAttachAttempts
=
BigEndian
::
HostSwap16
(
aMleCounters
.
mAttachAttempts
)
;
network_diagnostic_tlvs.cpp:116
ot::NetworkDiagnostic::MleCountersTlv
ot::NetworkDiagnostic::MleCountersTlv::Init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMleCounters::mAttachAttempts
is written by 1 function and is read by 2 functions:
ot::Mle::Mle::Attach()
All items filtered out
otMleCounters::mAttachAttempts
ot::Mle::Mle::Attach()
ot::NetworkDiagnostic::MleCountersTlv::Init()
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