ESP-IDF
ot::NetworkDiagnostic::MleCountersTlv::Read() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::NetworkDiagnostic::MleCountersTlv::Read() const
ot::NetworkDiagnostic::MleCountersTlv::Read() const method
Reads the counters from TLV.
Syntax
Show:
Summary
Declaration
Definition
from
network_diagnostic_tlvs.hpp:1030
void
Read
(
MleCounters
&
aDiagMleCounters
)
const
;
Implemented in
network_diagnostic_tlvs.cpp:128
Arguments
Argument
Description
aDiagMleCounters
A reference to `NetworkDiagnostic::MleCounters` to populate.
Related Functions
Found 1 other functions taking a
otNetworkDiagMleCounters
argument:
Function
ot::Cli::Interpreter::OutputNetworkDiagMleCounters()
Examples
References
from
examples
Code
Location
Scope
Referrer
void
MleCountersTlv
::
Read
(
MleCounters
&
aDiagMleCounters
)
const
network_diagnostic_tlvs.cpp:128
void
Read
(
MleCounters
&
aDiagMleCounters
)
const
;
network_diagnostic_tlvs.hpp:1030
mleCoutersTlv
.
Read
(
aTlvInfo
.
mData
.
mMleCounters
)
;
network_diagnostic.cpp:1154
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
Call Tree
from
examples
ot::NetworkDiagnostic::MleCountersTlv::Read() const
is called by 1 function and calls 2 functions:
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
All items filtered out
ot::NetworkDiagnostic::MleCountersTlv::Read() const
ot::BigEndian::HostSwap16()
ot::BigEndian::HostSwap64()
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::MleCountersTlv::Read() const
reads 15 variables and writes 15 variables:
ot::NetworkDiagnostic::MleCountersTlv::mDisabledRole
ot::NetworkDiagnostic::MleCountersTlv::mDetachedRole
ot::NetworkDiagnostic::MleCountersTlv::mChildRole
ot::NetworkDiagnostic::MleCountersTlv::mRouterRole
ot::NetworkDiagnostic::MleCountersTlv::mLeaderRole
ot::NetworkDiagnostic::MleCountersTlv::mAttachAttempts
ot::NetworkDiagnostic::MleCountersTlv::mPartitionIdChanges
ot::NetworkDiagnostic::MleCountersTlv::mBetterPartitionAttachAttempts
ot::NetworkDiagnostic::MleCountersTlv::mParentChanges
ot::NetworkDiagnostic::MleCountersTlv::mTrackedTime
ot::NetworkDiagnostic::MleCountersTlv::mDisabledTime
ot::NetworkDiagnostic::MleCountersTlv::mDetachedTime
ot::NetworkDiagnostic::MleCountersTlv::mChildTime
ot::NetworkDiagnostic::MleCountersTlv::mRouterTime
ot::NetworkDiagnostic::MleCountersTlv::mLeaderTime
All items filtered out
ot::NetworkDiagnostic::MleCountersTlv::Read() const
otNetworkDiagMleCounters::mDisabledRole
otNetworkDiagMleCounters::mDetachedRole
otNetworkDiagMleCounters::mChildRole
otNetworkDiagMleCounters::mRouterRole
otNetworkDiagMleCounters::mLeaderRole
otNetworkDiagMleCounters::mAttachAttempts
otNetworkDiagMleCounters::mPartitionIdChanges
otNetworkDiagMleCounters::mBetterPartitionAttachAttempts
otNetworkDiagMleCounters::mParentChanges
otNetworkDiagMleCounters::mTrackedTime
otNetworkDiagMleCounters::mDisabledTime
otNetworkDiagMleCounters::mDetachedTime
otNetworkDiagMleCounters::mChildTime
otNetworkDiagMleCounters::mRouterTime
otNetworkDiagMleCounters::mLeaderTime
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