ESP-IDF
+
0
/1 examples
SourceVu will show references to
otLinkModeConfig::mDeviceType
from the following samples and libraries:
deep_sleep sample
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
otLinkModeConfig::mDeviceType
otLinkModeConfig::mDeviceType field
Syntax
Show:
Summary
Declaration
from
thread.h:87
bool
mDeviceType
:
1
;
Examples
otLinkModeConfig::mDeviceType
is referenced by 1 libraries and example projects:
deep_sleep sample
References
from
0/1
examples
Code
Location
Scope
Referrer
bool
mDeviceType
:
1
;
///< 1, if the sender is an FTD. 0, otherwise.
thread.h:87
linkMode
.
mDeviceType
=
childInfo
.
mFullThreadDevice
;
cli.cpp:1758
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
linkMode
.
mDeviceType
=
true
;
cli.cpp:4178
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
aIndentSize
,
"DeviceType: %d"
,
aMode
.
mDeviceType
)
;
cli.cpp:8010
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputMode()
if
(
aLinkMode
.
mDeviceType
)
cli_utils.cpp:748
ot::Cli::Utils
ot::Cli::Utils::LinkModeToString()
aModeConfig
.
mDeviceType
=
IsFullThreadDevice
(
)
;
mle_types.cpp:51
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Get() const
mMode
|=
aModeConfig
.
mDeviceType
?
kModeFullThreadDevice
:
0
;
mle_types.cpp:59
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Set()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
otLinkModeConfig::mDeviceType
is written by 2 functions and is read by 3 functions:
ot::Mle::DeviceMode::Get() const
ot::Cli::Interpreter::Process()
All items filtered out
otLinkModeConfig::mDeviceType
ot::Mle::DeviceMode::Set()
ot::Cli::Interpreter::OutputMode()
ot::Cli::Utils::LinkModeToString()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out