otIp6AddressInfo
    #include <ip6.h>
  
代表 IPv6 位址資訊。
摘要
| 公開屬性 | |
|---|---|
| mAddress | const otIp6Address *指向 IPv6 位址的指標。 | 
| mPreferred | bool這是否為偏好地址。 | 
| mPrefixLength | uint8_tmAddress 的前置字元長度 (如果為單點傳播位址)。 | 
| mScope | uint8_t這個地址的範圍。 | 
公開屬性
mPreferred
bool otIp6AddressInfo::mPreferred
這是否為偏好地址。
mPrefixLength
uint8_t otIp6AddressInfo::mPrefixLength
mAddress 的前置字元長度 (如果為單點傳播位址)。
mScope
uint8_t otIp6AddressInfo::mScope
這個地址的範圍。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。