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
地址是否有效。

公共属性

mAddress

otIp6Address otHistoryTrackerUnicastAddressInfo::mAddress

单播 IPv6 地址。

mAddressOrigin

uint8_t otHistoryTrackerUnicastAddressInfo::mAddressOrigin

地址来源(OT_ADDRESS_ORIGIN_* 常量)。

mEvent

otHistoryTrackerAddressEvent otHistoryTrackerUnicastAddressInfo::mEvent

表示事件(添加/移除地址)。

mPreferred

bool otHistoryTrackerUnicastAddressInfo::mPreferred

首选地址。

mPrefixLength

uint8_t otHistoryTrackerUnicastAddressInfo::mPrefixLength

前缀长度(以位计)。

mRloc

bool otHistoryTrackerUnicastAddressInfo::mRloc

如果地址是 RLOC。

mScope

uint8_t otHistoryTrackerUnicastAddressInfo::mScope

IPv6 范围。

mValid

bool otHistoryTrackerUnicastAddressInfo::mValid

地址是否有效。

资源

OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源