ESP-IDF
ot::NetworkDiagnostic::ChildTableEntry::GetChildId() const
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
ot::NetworkDiagnostic::ChildTableEntry::GetChildId() const
ot::NetworkDiagnostic::ChildTableEntry::GetChildId() const method
Returns the Child ID value.
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:533
uint16_t
GetChildId
(
void
)
const
;
Return value
The Child ID value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetChildId
(
void
)
const
{
return
(
GetTimeoutChildId
(
)
&
kChildIdMask
)
>
>
kChildIdOffset
;
}
network_diagnostic_tlvs.hpp:533
aChildInfo
.
mRloc16
=
mParentRloc16
+
entry
.
GetChildId
(
)
;
mesh_diag.cpp:572
ot::Utils::MeshDiag::ChildIterator
ot::Utils::MeshDiag::ChildIterator::GetNextChildInfo()
childInfo
->
mChildId
=
entry
.
GetChildId
(
)
;
network_diagnostic.cpp:1188
ot::NetworkDiagnostic::Client
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
Call Tree
from
examples
ot::NetworkDiagnostic::ChildTableEntry::GetChildId() const
is called by 2 functions and calls 1 function:
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
ot::Utils::MeshDiag::ChildIterator::GetNextChildInfo()
All items filtered out
ot::NetworkDiagnostic::ChildTableEntry::GetChildId() const
ot::NetworkDiagnostic::ChildTableEntry::GetTimeoutChildId() const
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::ChildTableEntry::GetChildId() const
reads 2 variables:
ot::NetworkDiagnostic::ChildTableEntry::kChildIdOffset
ot::NetworkDiagnostic::ChildTableEntry::kChildIdMask
All items filtered out
ot::NetworkDiagnostic::ChildTableEntry::GetChildId() const
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