otMessageSettings
#include <message.h>
表示消息设置。
摘要
公共属性 |
|
---|---|
mLinkSecurityEnabled
|
bool
如果消息应在第 2 层受到保护,则为 TRUE。
|
mPriority
|
uint8_t
优先级(必须是
otMessagePriority 的 OT_MESSAGE_PRIORITY_* )。 |
公共属性
mLinkSecurityEnabled
bool otMessageSettings::mLinkSecurityEnabled
如果消息应在第 2 层受到保护,则为 TRUE。
mPriority
uint8_t otMessageSettings::mPriority
优先级(必须是 otMessagePriority
的 OT_MESSAGE_PRIORITY_*
)。
资源
OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源。