Defines an entry in the multicast table.

A multicast table entry indicates that a particular endpoint is a member of a particular multicast group. Only devices with an endpoint in a multicast group will receive messages sent to that multicast group.

Public Attribute Documentation#

multicastId#

sl_zigbee_multicast_id_t sl_zigbee_multicast_table_entry_t::multicastId

The multicast group ID.


Definition at line 1446 of file stack/include/sl_zigbee_types.h

endpoint#

uint8_t sl_zigbee_multicast_table_entry_t::endpoint

The endpoint that is a member, or 0 if this entry is not in use (the ZDO is not a member of any multicast groups).


Definition at line 1450 of file stack/include/sl_zigbee_types.h

networkIndex#

uint8_t sl_zigbee_multicast_table_entry_t::networkIndex

The network index of the network the entry is related to.


Definition at line 1452 of file stack/include/sl_zigbee_types.h