ESP-IDF
ot::Mle::DeviceMode::Get() const
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::Get() const
ot::Mle::DeviceMode::Get() const method
Gets the device mode as a mode configuration structure.
Syntax
Show:
Summary
Declaration
Definition
from
mle_types.hpp:231
void
Get
(
ModeConfig
&
aModeConfig
)
const
;
Implemented in
mle_types.cpp:48
Arguments
Argument
Description
aModeConfig
A reference to a mode configuration structure to output the device mode.
Related Functions
Found 4 other functions taking a
otLinkModeConfig
argument:
Function
Description
ot::Mle::DeviceMode::Set()
this method sets the device mode from a given 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