ESP-IDF
otNeighborInfo::mMessageErrorRate
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
otNeighborInfo::mMessageErrorRate
otNeighborInfo::mMessageErrorRate field
Syntax
Show:
Summary
Declaration
from
thread.h:107
uint16_t
mMessageErrorRate
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mMessageErrorRate
;
///< (IPv6) msg error rate (0xffff->100%). Requires error tracking feature.
thread.h:107
OutputFormat
(
"| %7s %% "
,
PercentageToString
(
neighborInfo
.
mMessageErrorRate
,
stringBuffer
)
)
;
cli.cpp:4432
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mMessageErrorRate
=
aNeighbor
.
GetLinkInfo
(
)
.
GetMessageErrorRate
(
)
;
neighbor.cpp:99
ot::Neighbor::Info
ot::Neighbor::Info::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNeighborInfo::mMessageErrorRate
is written by 1 function and is read by 1 function:
ot::Neighbor::Info::SetFrom()
All items filtered out
otNeighborInfo::mMessageErrorRate
ot::Cli::Interpreter::Process()
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