ESP-IDF
ot::Mle::DeviceMode::Set()
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::Mle::DeviceMode::Set()
ot::Mle::DeviceMode::Set() method
this method sets the device mode from a given mode configuration structure.
Syntax
Show:
Summary
Declaration
Definition
from
mle_types.hpp:238
void
Set
(
const
ModeConfig
&
aModeConfig
)
;
Implemented in
mle_types.cpp:55
Arguments
Argument
Description
aModeConfig
A mode configuration structure.
Related Functions
Found 4 other functions taking a
otLinkModeConfig
argument:
Function
Description
ot::Mle::DeviceMode::Get() const
Gets the device mode as a mode configuration structure.
ot::Cli::Utils::LinkModeToString()
Converts a given MLE Link Mode to flag string. The characters 'r', 'd', and 'n' are respectively used for `mRxOnWhenIdle`, `mDeviceType` and `mNetworkData` flags. If all flags are `false`, then "-" is returned.
ot::Cli::Interpreter::OutputMode()
otThreadSetLinkMode()
Set the MLE Link Mode configuration. @sa otThreadGetLinkMode
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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