ESP-IDF
ot::Lowpan::MeshHeader::GetSource() 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::Lowpan::MeshHeader::GetSource() const
ot::Lowpan::MeshHeader::GetSource() const method
Returns the Mesh Source address.
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:385
uint16_t
GetSource
(
void
)
const
;
Return value
The Mesh Source address.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetSource
(
void
)
const
{
return
mSource
;
}
lowpan.hpp:385
FwdFrameInfo
*
entry
=
FindFwdFrameInfoEntry
(
meshHeader
.
GetSource
(
)
,
fragmentHeader
.
GetDatagramTag
(
)
)
;
mesh_forwarder.cpp:287
ot::MeshForwarder
ot::MeshForwarder::UpdateEcnOrDrop()
FwdFrameInfo
*
entry
=
FindFwdFrameInfoEntry
(
meshHeader
.
GetSource
(
)
,
fragmentHeader
.
GetDatagramTag
(
)
)
;
mesh_forwarder.cpp:316
ot::MeshForwarder
ot::MeshForwarder::UpdateEcnOrDrop()
mMeshSource
=
meshHeader
.
GetSource
(
)
;
mesh_forwarder_ftd.cpp:377
ot::MeshForwarder
ot::MeshForwarder::UpdateMeshRoute()
aRxInfo
.
mMacAddrs
.
mSource
.
SetShort
(
meshHeader
.
GetSource
(
)
)
;
mesh_forwarder_ftd.cpp:583
ot::MeshForwarder
ot::MeshForwarder::HandleMesh()
aMeshAddrs
.
mSource
.
SetShort
(
meshHeader
.
GetSource
(
)
)
;
mesh_forwarder_ftd.cpp:862
ot::MeshForwarder
ot::MeshForwarder::LogMeshFragmentHeader()
Call Tree
from
examples
ot::Lowpan::MeshHeader::GetSource() const
is called by 4 functions:
ot::MeshForwarder::UpdateEcnOrDrop()
ot::MeshForwarder::UpdateMeshRoute()
ot::MeshForwarder::HandleMesh()
ot::MeshForwarder::LogMeshFragmentHeader()
All items filtered out
ot::Lowpan::MeshHeader::GetSource() const
All items filtered out
Data Use
from
examples
ot::Lowpan::MeshHeader::GetSource() const
reads 1 variable:
ot::Lowpan::MeshHeader::mSource
All items filtered out
ot::Lowpan::MeshHeader::GetSource() 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