otMessageSettings
#include <message.h>
Represents a message settings.
Summary
Public attributes |
|
---|---|
mLinkSecurityEnabled
|
bool
TRUE if the message should be secured at Layer 2.
|
mPriority
|
uint8_t
Priority level (MUST be a
OT_MESSAGE_PRIORITY_* from otMessagePriority ). |
Public attributes
mLinkSecurityEnabled
bool otMessageSettings::mLinkSecurityEnabled
TRUE if the message should be secured at Layer 2.
mPriority
uint8_t otMessageSettings::mPriority
Priority level (MUST be a OT_MESSAGE_PRIORITY_*
from otMessagePriority
).
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.