otPlatMdnsAddressInfo

#include <mdns_socket.h>

Represents a socket address info.

Summary

Public attributes

mAddress
IP address. IPv4-mapped IPv6 format should be used to represent IPv4 address.
mInfraIfIndex
uint32_t
Interface index.
mPort
uint16_t
Port number.

Public attributes

mAddress

otIp6Address otPlatMdnsAddressInfo::mAddress

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

mInfraIfIndex

uint32_t otPlatMdnsAddressInfo::mInfraIfIndex

Interface index.

mPort

uint16_t otPlatMdnsAddressInfo::mPort

Port number.

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.