ESP-IDF
ot::MeshForwarder::HandleMesh()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshForwarder::HandleMesh()
ot::MeshForwarder::HandleMesh() method
Syntax
Show:
Summary
Declaration
Definition
from
mesh_forwarder.hpp:497
void
HandleMesh
(
RxInfo
&
aRxInfo
)
;
Implemented in
mesh_forwarder_ftd.cpp:568
Arguments
Argument
aRxInfo
Related Functions
Found 9 other functions taking a
RxInfo
argument:
Function
ot::MeshForwarder::CheckReachability()
ot::MeshForwarder::UpdateRoutes()
ot::MeshForwarder::FrameToMessage()
ot::MeshForwarder::HandleFragment()
ot::MeshForwarder::HandleLowpanHc()
ot::MeshForwarder::GetFramePriority()
ot::MeshForwarder::GetForwardFramePriority()
ot::MeshForwarder::LogFragmentFrameDrop()
ot::MeshForwarder::LogLowpanHcFrameDrop()
Examples
References
from
examples
Code
Location
Scope
Referrer
void
MeshForwarder
::
HandleMesh
(
RxInfo
&
aRxInfo
)
mesh_forwarder_ftd.cpp:568
void
HandleMesh
(
RxInfo
&
aRxInfo
)
;
mesh_forwarder.hpp:497
HandleMesh
(
rxInfo
)
;
mesh_forwarder.cpp:1408
ot::MeshForwarder
ot::MeshForwarder::HandleReceivedFrame()
Call Tree
from
examples
ot::MeshForwarder::HandleMesh()
is called by 1 function and calls 19 functions:
ot::MeshForwarder::HandleReceivedFrame()
All items filtered out
ot::MeshForwarder::HandleMesh()
ot::Mac::Address::Address()
ot::Mac::Address::GetShort() const
ot::Message::Settings::Settings()
ot::MeshForwarder::RxInfo::GetSrcAddr() const
ot::MeshForwarder::RxInfo::GetDstAddr() const
ot::MeshForwarder::RxInfo::IsLinkSecurityEnabled() const
ot::Lowpan::MeshHeader::GetHopsLeft() const
ot::Lowpan::MeshHeader::GetSource() const
ot::Lowpan::MeshHeader::GetDestination() const
ot::ToYesNo()
ot::ErrorToString()
ot::MeshForwarder::SendMessage()
ot::MeshForwarder::CheckReachability()
ot::MeshForwarder::UpdateRoutes()
ot::MeshForwarder::ResolveRoutingLoops()
ot::MeshForwarder::HandleFragment()
ot::MeshForwarder::HandleLowpanHc()
ot::MeshForwarder::GetForwardFramePriority()
ot::Lowpan::MeshHeader::DecrementHopsLeft()
All items filtered out
Data Use
from
examples
ot::MeshForwarder::HandleMesh()
reads 9 variables:
ot::LogLevel::kLogLevelInfo
ot::Message::Type::kType6lowpan
ot::Message::Priority::kPriorityNormal
ot::kErrorNone
ot::kErrorNoBufs
ot::kErrorParse
ot::kErrorSecurity
ot::MeshForwarder::MessageAction::kMessageReceive
ot::Mac::Address::ToString() const
All items filtered out
ot::MeshForwarder::HandleMesh()
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