ESP-IDF
otThreadLinkInfo::mChannel
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otThreadLinkInfo::mChannel
otThreadLinkInfo::mChannel field
Syntax
Show:
Summary
Declaration
from
message.h:94
uint8_t
mChannel
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mChannel
;
///< 802.15.4 Channel
message.h:94
mChannel
=
aFrame
.
GetChannel
(
)
;
mesh_forwarder.cpp:78
ot::ThreadLinkInfo
ot::ThreadLinkInfo::SetFrom()
uint8_t
GetChannel
(
void
)
const
{
return
mChannel
;
}
mesh_forwarder.hpp:96
ot::ThreadLinkInfo
ot::ThreadLinkInfo::GetChannel() const
aLinkInfo
.
mChannel
=
GetChannel
(
)
;
message.cpp:808
ot::Message
ot::Message::GetLinkInfo() const
SetChannel
(
aLinkInfo
.
mChannel
)
;
message.cpp:830
ot::Message
ot::Message::UpdateLinkInfoFrom()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otThreadLinkInfo::mChannel
is written by 2 functions and is read by 2 functions:
ot::Message::GetLinkInfo() const
ot::ThreadLinkInfo::SetFrom()
All items filtered out
otThreadLinkInfo::mChannel
ot::ThreadLinkInfo::GetChannel() const
ot::Message::UpdateLinkInfoFrom()
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