Represents IPv6 address information.

Public Attributes#

const otIp6Address *

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.

Public Attribute Documentation#

mAddress#

const otIp6Address* otIp6AddressInfo::mAddress

A pointer to the IPv6 address.


Definition at line 476 of file include/openthread/ip6.h

mPrefixLength#

uint8_t otIp6AddressInfo::mPrefixLength

The prefix length of mAddress if it is a unicast address.


Definition at line 477 of file include/openthread/ip6.h

mScope#

uint8_t otIp6AddressInfo::mScope

The scope of this address.


Definition at line 478 of file include/openthread/ip6.h

mPreferred#

bool otIp6AddressInfo::mPreferred

Whether this is a preferred address.


Definition at line 479 of file include/openthread/ip6.h