otNetifMulticastAddress

#include <ip6.h>

Represents an IPv6 network interface multicast address.

Summary

Public attributes

mAddress
The IPv6 multicast address.
mNext
const struct otNetifMulticastAddress *
A pointer to the next network interface multicast address.

Public attributes

mAddress

otIp6Address otNetifMulticastAddress::mAddress

The IPv6 multicast address.

mNext

const struct otNetifMulticastAddress * otNetifMulticastAddress::mNext

A pointer to the next network interface multicast address.

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.