Represents a socket address info.

Public Attributes#

IP address. IPv4-mapped IPv6 format should be used to represent IPv4 address.

uint16_t

Port number.

uint32_t

Interface index.

Public Attribute Documentation#

mAddress#

otIp6Address otPlatMdnsAddressInfo::mAddress

IP address. IPv4-mapped IPv6 format should be used to represent IPv4 address.


mPort#

uint16_t otPlatMdnsAddressInfo::mPort

Port number.


mInfraIfIndex#

uint32_t otPlatMdnsAddressInfo::mInfraIfIndex

Interface index.