ESP-IDF
otNeighborInfo::mRloc16
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::mRloc16
otNeighborInfo::mRloc16 field
Syntax
Show:
Summary
Declaration
from
thread.h:99
uint16_t
mRloc16
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mRloc16
;
///< RLOC16
thread.h:99
OutputFormat
(
"| 0x%04x "
,
neighborInfo
.
mRloc16
)
;
cli.cpp:4371
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputFormat
(
"0x%04x "
,
neighborInfo
.
mRloc16
)
;
cli.cpp:4394
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputFormat
(
"| 0x%04x | "
,
neighborInfo
.
mRloc16
)
;
cli.cpp:4429
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputFormat
(
"| 0x%04x | "
,
neighborInfo
.
mRloc16
)
;
cli.cpp:4502
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputFormat
(
"0x%04x "
,
neighborInfo
.
mRloc16
)
;
cli.cpp:4511
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mRloc16
=
aNeighbor
.
GetRloc16
(
)
;
neighbor.cpp:91
ot::Neighbor::Info
ot::Neighbor::Info::SetFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNeighborInfo::mRloc16
is written by 1 function and is read by 1 function:
ot::Neighbor::Info::SetFrom()
All items filtered out
otNeighborInfo::mRloc16
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