ESP-IDF
ot::BackboneRouter::Local::IsEnabled() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::BackboneRouter::Local::IsEnabled() const
ot::BackboneRouter::Local::IsEnabled() const method
Indicates whether or not the Backbone Router is enabled.
Syntax
Show:
Summary
Declaration
from
bbr_local.hpp:168
bool
IsEnabled
(
void
)
const
;
Return value
True if the Backbone Router is enabled. False if the Backbone Router is not enabled.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsEnabled
(
void
)
const
{
return
mState
!=
kStateDisabled
;
}
bbr_local.hpp:168
VerifyOrExit
(
aEnable
!=
IsEnabled
(
)
)
;
bbr_local.cpp:79
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetEnabled()
VerifyOrExit
(
IsEnabled
(
)
&&
Get
<
Mle
::
MleRouter
>
(
)
.
IsAttached
(
)
)
;
bbr_local.cpp:244
ot::BackboneRouter::Local
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
if
(
IsEnabled
(
)
)
bbr_local.cpp:326
ot::BackboneRouter::Local
ot::BackboneRouter::Local::RemoveDomainPrefix()
if
(
IsEnabled
(
)
)
bbr_local.cpp:343
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetDomainPrefix()
if
(
IsEnabled
(
)
)
bbr_local.cpp:351
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetDomainPrefix()
VerifyOrExit
(
IsEnabled
(
)
)
;
bbr_local.cpp:362
ot::BackboneRouter::Local
ot::BackboneRouter::Local::ApplyNewMeshLocalPrefix()
if
(
!
IsEnabled
(
)
)
bbr_local.cpp:374
ot::BackboneRouter::Local
ot::BackboneRouter::Local::HandleDomainPrefixUpdate()
Call Tree
from
examples
ot::BackboneRouter::Local::IsEnabled() const
is called by 6 functions:
ot::BackboneRouter::Local::SetEnabled()
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
ot::BackboneRouter::Local::RemoveDomainPrefix()
ot::BackboneRouter::Local::SetDomainPrefix()
ot::BackboneRouter::Local::ApplyNewMeshLocalPrefix()
ot::BackboneRouter::Local::HandleDomainPrefixUpdate()
All items filtered out
ot::BackboneRouter::Local::IsEnabled() const
All items filtered out
Data Use
from
examples
ot::BackboneRouter::Local::IsEnabled() const
reads 2 variables:
ot::BackboneRouter::Local::State::kStateDisabled
ot::BackboneRouter::Local::mState
All items filtered out
ot::BackboneRouter::Local::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