ESP-IDF
ot::Message::Settings::IsLinkSecurityEnabled() 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::Message::Settings::IsLinkSecurityEnabled() const
ot::Message::Settings::IsLinkSecurityEnabled() const method
Indicates whether the link security should be enabled.
Syntax
Show:
Summary
Declaration
from
message.hpp:385
bool
IsLinkSecurityEnabled
(
void
)
const
;
Return value
TRUE if link security should be enabled, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsLinkSecurityEnabled
(
void
)
const
{
return
mLinkSecurityEnabled
;
}
message.hpp:385
message
->
SetLinkSecurityEnabled
(
aSettings
.
IsLinkSecurityEnabled
(
)
)
;
message.cpp:72
ot::MessagePool
ot::MessagePool::Allocate()
Call Tree
from
examples
ot::Message::Settings::IsLinkSecurityEnabled() const
is called by 1 function:
ot::MessagePool::Allocate()
All items filtered out
ot::Message::Settings::IsLinkSecurityEnabled() const
All items filtered out
Data Use
from
examples
ot::Message::Settings::IsLinkSecurityEnabled() const
reads 1 variable:
otMessageSettings::mLinkSecurityEnabled
All items filtered out
ot::Message::Settings::IsLinkSecurityEnabled() 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