ESP-IDF
ot::Neighbor::mMode
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::Neighbor::mMode
ot::Neighbor::mMode field
Syntax
Show:
Summary
Declaration
from
neighbor.hpp:748
uint8_t
mMode
:
4
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mMode
:
4
;
///< The MLE device mode
neighbor.hpp:748
Mle
::
DeviceMode
GetDeviceMode
(
void
)
const
{
return
Mle
::
DeviceMode
(
mMode
)
;
}
neighbor.hpp:307
ot::Neighbor
ot::Neighbor::GetDeviceMode() const
void
SetDeviceMode
(
Mle
::
DeviceMode
aMode
)
{
mMode
=
aMode
.
Get
(
)
;
}
neighbor.hpp:314
ot::Neighbor
ot::Neighbor::SetDeviceMode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Neighbor::mMode
is written by 1 function and is read by 1 function:
ot::Neighbor::SetDeviceMode()
All items filtered out
ot::Neighbor::mMode
ot::Neighbor::GetDeviceMode() const
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