You are viewing documentation for version:
Represents a local host IPv4 or IPv6 address entry.
Public Attributes#
bool
Indicates whether the address is IPv6 (true
) or IPv4 (false
).
uint32_t
The infrastructure network interface index.
The IPv6 address (valid when mIsIp6
is true).
The IPv4 address (valid when mIsIp6
is false).
union otMdnsLocalHostAddress::@5
Public Attribute Documentation#
mIsIp6#
bool otMdnsLocalHostAddress::mIsIp6
Indicates whether the address is IPv6 (true
) or IPv4 (false
).
mInfraIfIndex#
uint32_t otMdnsLocalHostAddress::mInfraIfIndex
The infrastructure network interface index.
mIp6#
otIp6Address otMdnsLocalHostAddress::mIp6
The IPv6 address (valid when mIsIp6
is true).
mIp4#
otIp4Address otMdnsLocalHostAddress::mIp4
The IPv4 address (valid when mIsIp6
is false).
mAddress#
union otMdnsLocalHostAddress::@5 otMdnsLocalHostAddress::mAddress
The address.