ESP-IDF
ot::SourceMatchController::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::SourceMatchController::IsEnabled() const
ot::SourceMatchController::IsEnabled() const method
Returns the current state of source address matching.
Syntax
Show:
Summary
Declaration
from
src_match_controller.hpp:85
bool
IsEnabled
(
void
)
const
;
Return value
`true` if source address matching is enabled, `false` otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsEnabled
(
void
)
const
{
return
mEnabled
;
}
src_match_controller.hpp:85
if
(
!
IsEnabled
(
)
)
src_match_controller.cpp:123
ot::SourceMatchController
ot::SourceMatchController::AddEntry()
if
(
!
IsEnabled
(
)
)
src_match_controller.cpp:192
ot::SourceMatchController
ot::SourceMatchController::ClearEntry()
Call Tree
from
examples
ot::SourceMatchController::IsEnabled() const
is called by 2 functions:
ot::SourceMatchController::AddEntry()
ot::SourceMatchController::ClearEntry()
All items filtered out
ot::SourceMatchController::IsEnabled() const
All items filtered out
Data Use
from
examples
ot::SourceMatchController::IsEnabled() const
reads 1 variable:
ot::SourceMatchController::mEnabled
All items filtered out
ot::SourceMatchController::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