ESP-IDF
otMeshDiagChildEntry::mLastRssi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMeshDiagChildEntry::mLastRssi
otMeshDiagChildEntry::mLastRssi field
Syntax
Show:
Summary
Declaration
from
mesh_diag.h:242
int8_t
mLastRssi
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int8_t
mLastRssi
;
///< RSSI of last received frame.
mesh_diag.h:242
OutputLine
(
kIndentSize
,
"rss - ave:%d last:%d margin:%d"
,
aChildEntry
->
mAverageRssi
,
aChildEntry
->
mLastRssi
,
cli.cpp:5329
ot::Cli::Interpreter
ot::Cli::Interpreter::HandleMeshDiagQueryChildTableResult()
mLastRssi
=
aChildTlv
.
GetLastRssi
(
)
;
mesh_diag.cpp:602
ot::Utils::MeshDiag::ChildEntry
ot::Utils::MeshDiag::ChildEntry::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMeshDiagChildEntry::mLastRssi
is written by 1 function and is read by 1 function:
ot::Utils::MeshDiag::ChildEntry::SetFrom()
All items filtered out
otMeshDiagChildEntry::mLastRssi
ot::Cli::Interpreter::HandleMeshDiagQueryChildTableResult()
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