This structure represents an IPv6 network interface multicast address.

Public Attributes#

The IPv6 multicast address.

A pointer to the next network interface multicast address.

Public Attribute Documentation#

mAddress#

otIp6Address otNetifMulticastAddress::mAddress

The IPv6 multicast address.


Definition at line 196 of file include/openthread/ip6.h

mNext#

const struct otNetifMulticastAddress* otNetifMulticastAddress::mNext

A pointer to the next network interface multicast address.


Definition at line 197 of file include/openthread/ip6.h