ESP-IDF
ot::SettingsBase::NetworkInfo::mRole
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::SettingsBase::NetworkInfo::mRole
ot::SettingsBase::NetworkInfo::mRole field
Syntax
Show:
Summary
Declaration
from
settings.hpp:302
uint8_t
mRole
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mRole
;
///< Current Thread role.
settings.hpp:302
uint8_t
GetRole
(
void
)
const
{
return
mRole
;
}
settings.hpp:155
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::GetRole() const
void
SetRole
(
uint8_t
aRole
)
{
mRole
=
aRole
;
}
settings.hpp:162
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::SetRole()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::SettingsBase::NetworkInfo::mRole
is written by 1 function and is read by 1 function:
ot::SettingsBase::NetworkInfo::SetRole()
All items filtered out
ot::SettingsBase::NetworkInfo::mRole
ot::SettingsBase::NetworkInfo::GetRole() 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