ot::Message::SetLinkSecurityEnabled() method
Sets whether or not link security is enabled for the message.
Syntax
void SetLinkSecurityEnabled(bool aEnabled); Arguments
aEnabled
TRUE if link security is enabled, FALSE otherwise.
![]()
void SetLinkSecurityEnabled(bool aEnabled) { GetMetadata().mLinkSecurity = aEnabled; }![]()
message->SetLinkSecurityEnabled(true);
ot::Message::SetLinkSecurityEnabled() is called by 4 functions:
![]()
ot::Message::SetLinkSecurityEnabled()
ot::Message::SetLinkSecurityEnabled() writes 1 variable:
![]()
ot::Message::SetLinkSecurityEnabled()