ESP-IDF
ot::Message::GetChannel() 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::Message::GetChannel() const
ot::Message::GetChannel() const method
Returns the IEEE 802.15.4 Channel to use for transmission.
Syntax
Show:
Summary
Declaration
from
message.hpp:1131
uint8_t
GetChannel
(
void
)
const
;
Return value
The IEEE 802.15.4 Channel to use for transmission.
Notes
Only use this when sending MLE Announce messages.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetChannel
(
void
)
const
{
return
GetMetadata
(
)
.
mChannel
;
}
message.hpp:1131
result
.
mChannel
=
aRxInfo
.
mMessage
.
GetChannel
(
)
;
discover_scanner.cpp:321
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() const
aFrame
.
SetChannel
(
aMessage
.
GetChannel
(
)
)
;
mesh_forwarder.cpp:933
ot::MeshForwarder
ot::MeshForwarder::PrepareDataFrame()
messageCopy
->
SetChannel
(
GetChannel
(
)
)
;
message.cpp:787
ot::Message
ot::Message::Clone() const
aLinkInfo
.
mChannel
=
GetChannel
(
)
;
message.cpp:808
ot::Message
ot::Message::GetLinkInfo() const
Call Tree
from
examples
ot::Message::GetChannel() const
is called by 3 functions:
ot::Message::Clone() const
ot::Message::GetLinkInfo() const
ot::MeshForwarder::PrepareDataFrame()
All items filtered out
ot::Message::GetChannel() const
All items filtered out
Data Use
from
examples
ot::Message::GetChannel() const
writes 1 variable:
All items filtered out
ot::Message::GetChannel() const
ot::Mle::DiscoverScanner::HandleDiscoveryResponse() 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