ESP-IDF
ot::NetworkDiagnostic::ChildTableEntry::SetMode()
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::NetworkDiagnostic::ChildTableEntry::SetMode()
ot::NetworkDiagnostic::ChildTableEntry::SetMode() method
Sets the Device Mode.
Syntax
Show:
Summary
Declaration
from
network_diagnostic_tlvs.hpp:557
void
SetMode
(
Mle
::
DeviceMode
aMode
)
;
Arguments
Argument
Description
aMode
The Device Mode.
Related Functions
Found 6 other functions taking a
DeviceMode
argument:
Function
Description
ot::Mle::Mle::RxMessage::ReadModeTlv() const
ot::Child::SetDeviceMode()
Sets the device mode flags.
ot::Neighbor::SetDeviceMode()
Sets the device mode flags.
ot::Mle::Mle::SetDeviceMode()
Sets the Device Mode as reported in the Mode TLV.
ot::Mle::Mle::TxMessage::AppendModeTlv()
ot::IndirectSender::HandleChildModeChange()
Handles a child mode change and updates any queued messages for the child accordingly.
Examples
References
from
examples
Code
Location
void
SetMode
(
Mle
::
DeviceMode
aMode
)
{
mMode
=
aMode
.
Get
(
)
;
}
network_diagnostic_tlvs.hpp:557
Call Tree
from
examples
ot::NetworkDiagnostic::ChildTableEntry::SetMode()
calls 1 function:
All items filtered out
ot::NetworkDiagnostic::ChildTableEntry::SetMode()
ot::Mle::DeviceMode::Get() const
All items filtered out
Data Use
from
examples
ot::NetworkDiagnostic::ChildTableEntry::SetMode()
writes 1 variable:
All items filtered out
ot::NetworkDiagnostic::ChildTableEntry::SetMode()
ot::NetworkDiagnostic::ChildTableEntry::mMode
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