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 上找到。 如需了解详情或为我们的文档做贡献,请参阅资源。