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_tIPv6 範圍。 | 
| mValid | bool如果地址有效。 | 
公開屬性
mAddressOrigin
uint8_t otHistoryTrackerUnicastAddressInfo::mAddressOrigin
地址來源 (OT_ADDRESS_ORIGIN_* 常數)。
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 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。