ESP-IDF
kWithLinkSecurity
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kWithLinkSecurity
kWithLinkSecurity value
Syntax
Show:
Summary
Declaration
from
message.hpp:317
kWithLinkSecurity
=
true
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kWithLinkSecurity
=
true
,
///< Link security enabled.
message.hpp:317
return
NewMessage
(
Message
::
Settings
(
Message
::
kWithLinkSecurity
,
Message
::
kPriorityNet
)
)
;
coap.cpp:112
ot::Coap::CoapBase
ot::Coap::CoapBase::NewPriorityMessage()
Message
::
Settings
settings
(
Message
::
kWithLinkSecurity
,
Message
::
kPriorityNet
)
;
icmp6.cpp:95
ot::Ip6::Icmp
ot::Ip6::Icmp::SendError()
const
otMessageSettings
Message
::
Settings
::
kDefault
=
{
kWithLinkSecurity
,
kPriorityNormal
}
;
message.cpp:193
Settings
settings
(
IsLinkSecurityEnabled
(
)
?
kWithLinkSecurity
:
kNoLinkSecurity
,
GetPriority
(
)
)
;
message.cpp:768
ot::Message
ot::Message::Clone() const
:
Settings
(
kWithLinkSecurity
,
aPriority
)
message.hpp:369
ot::Message::Settings
ot::Message::Settings::Settings()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kWithLinkSecurity
is read by 4 functions:
All items filtered out
kWithLinkSecurity
ot::Message::Settings::Settings()
ot::Message::Clone() const
ot::Coap::CoapBase::NewPriorityMessage()
ot::Ip6::Icmp::SendError()
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