ESP-IDF
ot::Utils::Slaac::IsEnabled() const
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::Utils::Slaac::IsEnabled() const
ot::Utils::Slaac::IsEnabled() const method
Indicates whether SLAAC module is enabled or not.
Syntax
Show:
Summary
Declaration
from
slaac_address.hpp:108
bool
IsEnabled
(
void
)
const
;
Return value
TRUE SLAAC module is enabled. FALSE SLAAC module is disabled.
Examples
References
from
examples
Code
Location
bool
IsEnabled
(
void
)
const
{
return
mEnabled
;
}
slaac_address.hpp:108
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Utils::Slaac::IsEnabled() const
reads 1 variable:
ot::Utils::Slaac::mEnabled
All items filtered out
ot::Utils::Slaac::IsEnabled() 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