ESP-IDF
ot::Lowpan::MeshHeader::GetDestination() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Lowpan::MeshHeader::GetDestination() const
ot::Lowpan::MeshHeader::GetDestination() const method
Returns the Mesh Destination address.
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:392
uint16_t
GetDestination
(
void
)
const
;
Return value
The Mesh Destination address.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetDestination
(
void
)
const
{
return
mDestination
;
}
lowpan.hpp:392
nextHop
=
Get
<
RouterTable
>
(
)
.
GetNextHop
(
meshHeader
.
GetDestination
(
)
)
;
mesh_forwarder_ftd.cpp:356
ot::MeshForwarder
ot::MeshForwarder::UpdateMeshRoute()
neighbor
=
Get
<
NeighborTable
>
(
)
.
FindNeighbor
(
meshHeader
.
GetDestination
(
)
)
;
mesh_forwarder_ftd.cpp:364
ot::MeshForwarder
ot::MeshForwarder::UpdateMeshRoute()
mMeshDest
=
meshHeader
.
GetDestination
(
)
;
mesh_forwarder_ftd.cpp:376
ot::MeshForwarder
ot::MeshForwarder::UpdateMeshRoute()
aRxInfo
.
mMacAddrs
.
mDestination
.
SetShort
(
meshHeader
.
GetDestination
(
)
)
;
mesh_forwarder_ftd.cpp:584
ot::MeshForwarder
ot::MeshForwarder::HandleMesh()
aMeshAddrs
.
mDestination
.
SetShort
(
meshHeader
.
GetDestination
(
)
)
;
mesh_forwarder_ftd.cpp:863
ot::MeshForwarder
ot::MeshForwarder::LogMeshFragmentHeader()
Call Tree
from
examples
ot::Lowpan::MeshHeader::GetDestination() const
is called by 3 functions:
ot::MeshForwarder::UpdateMeshRoute()
ot::MeshForwarder::HandleMesh()
ot::MeshForwarder::LogMeshFragmentHeader()
All items filtered out
ot::Lowpan::MeshHeader::GetDestination() const
All items filtered out
Data Use
from
examples
ot::Lowpan::MeshHeader::GetDestination() const
reads 1 variable:
ot::Lowpan::MeshHeader::mDestination
All items filtered out
ot::Lowpan::MeshHeader::GetDestination() 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