|
Z-Wave Protocol Controller Reference
|
Group data contained in a Z-Wave Tx Group. More...
#include <zwave_tx_groups_internal.hpp>
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... | |
Group data contained in a Z-Wave Tx Group.
| zwave_multicast_group_id_t zwave_tx_group_t::group_id |
GroupID handle for the group. User components will use this.
| bool zwave_tx_group_t::locked |
Boolean indicating if the group can be modified by this component.
| zwave_nodemask_t zwave_tx_group_t::node_list |
Node list for the group.