Z-Wave Protocol Controller Reference
_ZW_MULTI_DEST_ Struct Reference

#include <zwapi_protocol_controller.h>

Collaboration diagram for _ZW_MULTI_DEST_:

Public Attributes

uint8_t multiDestsOffset_NodeMaskLen
 
uint8_t multiDestsNodeMask
 

Member Data Documentation

◆ multiDestsNodeMask

uint8_t _ZW_MULTI_DEST_::multiDestsNodeMask

first byte in the multicast nodemask containing local nodes which are to receive the received multicast frame. Following bytes can be accessed *(&multiDestsNodeMask + n) where n is index.

◆ multiDestsOffset_NodeMaskLen

uint8_t _ZW_MULTI_DEST_::multiDestsOffset_NodeMaskLen
  • bit 5-7 states the nodeId-1 (offset 0, 32, 64, 96... - translates into respectively nodeID 1, 33, 65, 97...), which is represented by the first bit in the multiDestsNodeMask.
  • bit 0-4 is the size of the multicast nodemask.

The documentation for this struct was generated from the following file: