ESP-IDF
otNeighborInfo::mLastRssi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::mLastRssi
otNeighborInfo::mLastRssi field
Syntax
Show:
Summary
Declaration
from
thread.h:104
int8_t
mLastRssi
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int8_t
mLastRssi
;
///< Last observed RSSI
thread.h:104
OutputFormat
(
"| %9d "
,
neighborInfo
.
mLastRssi
)
;
cli.cpp:4374
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputFormat
(
"| %8d "
,
neighborInfo
.
mLastRssi
)
;
cli.cpp:4434
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mLastRssi
=
aNeighbor
.
GetLinkInfo
(
)
.
GetLastRss
(
)
;
neighbor.cpp:96
ot::Neighbor::Info
ot::Neighbor::Info::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNeighborInfo::mLastRssi
is written by 1 function and is read by 1 function:
ot::Neighbor::Info::SetFrom()
All items filtered out
otNeighborInfo::mLastRssi
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