ESP-IDF
ot::Mle::DeviceMode::kModeFullThreadDevice
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::Mle::DeviceMode::kModeFullThreadDevice
ot::Mle::DeviceMode::kModeFullThreadDevice variable
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:178
static
constexpr
uint8_t
kModeFullThreadDevice
=
1
<
<
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kModeFullThreadDevice
=
1
<
<
1
;
///< If the device is an FTD.
mle_types.hpp:178
router
->
SetDeviceMode
(
DeviceMode
(
DeviceMode
::
kModeFullThreadDevice
|
DeviceMode
::
kModeRxOnWhenIdle
|
mle_router.cpp:1009
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleLinkAccept()
router
->
SetDeviceMode
(
DeviceMode
(
DeviceMode
::
kModeFullThreadDevice
|
DeviceMode
::
kModeRxOnWhenIdle
|
mle_router.cpp:1302
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
mMode
|=
aModeConfig
.
mDeviceType
?
kModeFullThreadDevice
:
0
;
mle_types.cpp:59
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Set()
bool
IsFullThreadDevice
(
void
)
const
{
return
(
mMode
&
kModeFullThreadDevice
)
!=
0
;
}
mle_types.hpp:254
ot::Mle::DeviceMode
ot::Mle::DeviceMode::IsFullThreadDevice() const
return
(
mMode
&
(
kModeFullThreadDevice
|
kModeRxOnWhenIdle
)
)
!=
(
kModeFullThreadDevice
|
kModeRxOnWhenIdle
)
;
mle_types.hpp:274
ot::Mle::DeviceMode
ot::Mle::DeviceMode::IsMinimalEndDevice() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::DeviceMode::kModeFullThreadDevice
is read by 5 functions:
All items filtered out
ot::Mle::DeviceMode::kModeFullThreadDevice
ot::Mle::DeviceMode::IsFullThreadDevice() const
ot::Mle::DeviceMode::IsMinimalEndDevice() const
ot::Mle::MleRouter::HandleLinkAccept()
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
ot::Mle::DeviceMode::Set()
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