otIp6AddressInfo
#include <ip6.h>
Represents IPv6 address information.
Summary
Public attributes |
|
---|---|
mAddress
|
const otIp6Address *
A pointer to the IPv6 address.
|
mMeshLocal
|
bool
Whether this is a mesh-local unicast/anycast address.
|
mPreferred
|
bool
Whether this is a preferred address.
|
mPrefixLength
|
uint8_t
The prefix length of mAddress if it is a unicast address.
|
mScope
|
uint8_t
The scope of this address.
|
Public attributes
mMeshLocal
bool otIp6AddressInfo::mMeshLocal
Whether this is a mesh-local unicast/anycast address.
mPreferred
bool otIp6AddressInfo::mPreferred
Whether this is a preferred 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.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.