Z-Wave Protocol Controller Reference
zwave_tx_group_t Struct Reference

Group data contained in a Z-Wave Tx Group. More...

#include <zwave_tx_groups_internal.hpp>

Collaboration diagram for zwave_tx_group_t:

Public Attributes

zwave_multicast_group_id_t group_id
 GroupID handle for the group. User components will use this. More...
 
zwave_nodemask_t node_list
 Node list for the group. More...
 
bool locked
 Boolean indicating if the group can be modified by this component. More...
 

Detailed Description

Group data contained in a Z-Wave Tx Group.

Member Data Documentation

◆ group_id

zwave_multicast_group_id_t zwave_tx_group_t::group_id

GroupID handle for the group. User components will use this.

◆ locked

bool zwave_tx_group_t::locked

Boolean indicating if the group can be modified by this component.

◆ node_list

zwave_nodemask_t zwave_tx_group_t::node_list

Node list for the group.


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