ESP-IDF
ot::Utils::MeshDiag::ChildIterator
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Utils::MeshDiag::ChildIterator
ot::Utils::MeshDiag::ChildIterator class
Represents an iterator to go over list of IPv6 addresses of a router.
Syntax
Show:
Summary
Declaration
from
mesh_diag.hpp:129
class
ChildIterator
:
public
otMeshDiagChildIterator
{
friend
class
MeshDiag
;
public
:
Error
GetNextChildInfo
(
ChildInfo
&
aChildInfo
)
;
private
:
Error
InitFrom
(
const
Message
&
aMessage
,
uint16_t
aParentRloc16
)
;
const
Message
*
mMessage
;
OffsetRange
mOffsetRange
;
uint16_t
mParentRloc16
;
}
;
Fields
Field
Declared as
ot::Utils::MeshDiag::ChildIterator::mMessage
const
Message
*
ot::Utils::MeshDiag::ChildIterator::mOffsetRange
OffsetRange
ot::Utils::MeshDiag::ChildIterator::mParentRloc16
uint16_t
Methods
GetNextChildInfo()
Iterates through the discovered children of a router.
InitFrom()
Examples
References
from
examples
Code
Location
Scope
Referrer
class
ChildIterator
:
public
otMeshDiagChildIterator
mesh_diag.hpp:129
DefineCoreType
(
otMeshDiagChildIterator
,
Utils
::
MeshDiag
::
ChildIterator
)
;
mesh_diag.hpp:317
ChildIterator
childIterator
;
mesh_diag.cpp:126
ot::Utils::MeshDiag::HandleDiagGetResponse()
Error
MeshDiag
::
ChildIterator
::
InitFrom
(
const
Message
&
aMessage
,
uint16_t
aParentRloc16
)
mesh_diag.cpp:549
ot::Utils::MeshDiag::ChildIterator::InitFrom()
Error
MeshDiag
::
ChildIterator
::
GetNextChildInfo
(
ChildInfo
&
aChildInfo
)
mesh_diag.cpp:562
ot::Utils::MeshDiag::ChildIterator::GetNextChildInfo()
DefineCoreType
(
otMeshDiagChildIterator
,
Utils
::
MeshDiag
::
ChildIterator
)
;
mesh_diag.hpp:317
ot::CoreType::Type
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
ot::Utils::MeshDiag::ChildIterator
is inherited by 1 classes:
All items filtered out
ot::Utils::MeshDiag::ChildIterator
otMeshDiagChildIterator
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
Instance
Scope
Location
Project
ot::CoreType::Type
mesh_diag.hpp:317
Lifecycle
from
examples
All items filtered out
All items filtered out