ESP-IDF
otNeighborInfo::mIsChild
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
otNeighborInfo::mIsChild
otNeighborInfo::mIsChild field
Syntax
Show:
Summary
Declaration
from
thread.h:112
bool
mIsChild
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mIsChild
:
1
;
///< Is the neighbor a child
thread.h:112
OutputFormat
(
"| %3c "
,
neighborInfo
.
mIsChild
?
'C'
:
'R'
)
;
cli.cpp:4370
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
aNeighInfo
.
mIsChild
=
true
;
neighbor_table.cpp:208
ot::NeighborTable
ot::NeighborTable::GetNextNeighborInfo()
aNeighInfo
.
mIsChild
=
false
;
neighbor_table.cpp:227
ot::NeighborTable
ot::NeighborTable::GetNextNeighborInfo()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNeighborInfo::mIsChild
is written by 1 function and is read by 1 function:
ot::NeighborTable::GetNextNeighborInfo()
All items filtered out
otNeighborInfo::mIsChild
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