otHistoryTrackerUnicastAddressInfo
#include <history_tracker.h>
此结构表示单播 IPv6 地址信息。
摘要
公共属性 |
|
---|---|
mAddress
|
单播 IPv6 地址。
|
mAddressOrigin
|
uint8_t
地址来源(
OT_ADDRESS_ORIGIN_* 常量)。 |
mEvent
|
表示事件(地址添加/移除)。
|
mPreferred
|
bool
如果该地址为首选地址。
|
mPrefixLength
|
uint8_t
前缀长度(以位计)。
|
mRloc
|
bool
地址是否为 RLOC。
|
mScope
|
uint8_t
IPv6 范围。
|
mValid
|
bool
如果地址有效。
|
公共属性
mAddressOrigin
uint8_t otHistoryTrackerUnicastAddressInfo::mAddressOrigin
地址来源(OT_ADDRESS_ORIGIN_*
常量)。
首选
bool otHistoryTrackerUnicastAddressInfo::mPreferred
如果该地址为首选地址。
mPrefixLength
uint8_t otHistoryTrackerUnicastAddressInfo::mPrefixLength
前缀长度(以位计)。
mRloc
bool otHistoryTrackerUnicastAddressInfo::mRloc
地址是否为 RLOC。
毫米范围
uint8_t otHistoryTrackerUnicastAddressInfo::mScope
IPv6 范围。
有效
bool otHistoryTrackerUnicastAddressInfo::mValid
如果地址有效。
资源
OpenThread API 参考主题源自源代码,可在 GitHub 上找到。 如需了解详情或为我们的文档做贡献,请参阅资源。