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.
Definition at line
62
of file include/openthread/platform/mdns_socket.h
mPort#
uint16_t otPlatMdnsAddressInfo::mPort
Port number.
Definition at line
63
of file include/openthread/platform/mdns_socket.h
mInfraIfIndex#
uint32_t otPlatMdnsAddressInfo::mInfraIfIndex
Interface index.
Definition at line
64
of file include/openthread/platform/mdns_socket.h