otBorderRoutingPrefixTableEntry
#include <border_routing.h>
代表來自找到的前置字串資料表的項目。
摘要
找到的資料表中的項目會追蹤基礎架構連結中其他路由器所傳來的路由器公告訊息中的前置字元/路徑資訊選項。
公開屬性 |
|
---|---|
mIsOnLink
|
bool
用於指出前置字串是「連結中」還是「路徑前置字元」。
|
mMsecSinceLastUpdate
|
uint32_t
這個前置字串上次更新後經過的毫秒數。
|
mPreferredLifetime
|
uint32_t
連結前置字元的偏好生命週期 (
mIsOnLink 時)。 |
mPrefix
|
找到的 IPv6 前置字串。
|
mRoutePreference
|
mIsOnlink 為 false 時的路徑偏好設定。 |
mRouter
|
通告此前置字元的路由器相關資訊。
|
mValidLifetime
|
uint32_t
前置字串的有效生命週期 (以秒為單位)。
|
公開屬性
mIsOnLink
bool otBorderRoutingPrefixTableEntry::mIsOnLink
用於指出前置字串是「連結中」還是「路徑前置字元」。
mMsecSinceLastUpdate
uint32_t otBorderRoutingPrefixTableEntry::mMsecSinceLastUpdate
這個前置字串上次更新後經過的毫秒數。
mPreferredLifetime
uint32_t otBorderRoutingPrefixTableEntry::mPreferredLifetime
連結前置字元的偏好生命週期 (mIsOnLink
時)。
mRoutePreference
otRoutePreference otBorderRoutingPrefixTableEntry::mRoutePreference
mIsOnlink
為 false 時的路徑偏好設定。
mValidLifetime
uint32_t otBorderRoutingPrefixTableEntry::mValidLifetime
前置字串的有效生命週期 (以秒為單位)。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。