You are viewing documentation for version:
Represents IPv6 address information.
Public Attributes#
A pointer to the IPv6 address.
uint8_t
The prefix length of mAddress if it is a unicast address.
uint8_t
The scope of this address.
bool
Whether this is a preferred address.
bool
Whether this is a mesh-local unicast/anycast address.
Public Attribute Documentation#
mAddress#
const otIp6Address* otIp6AddressInfo::mAddress
A pointer to the IPv6 address.
mPrefixLength#
uint8_t otIp6AddressInfo::mPrefixLength
The prefix length of mAddress if it is a unicast address.
mScope#
uint8_t otIp6AddressInfo::mScope
The scope of this address.
mPreferred#
bool otIp6AddressInfo::mPreferred
Whether this is a preferred address.
mMeshLocal#
bool otIp6AddressInfo::mMeshLocal
Whether this is a mesh-local unicast/anycast address.