|
Z-Wave Protocol Controller Reference
|
Transmit messages to multiple destinations at once. More...
Functions | |
| sl_status_t | zpc_attribute_resolver_group_init () |
| Initializes the resolver group sub-component. More... | |
| int | zpc_attribute_resolver_group_teardown () |
| Teardown the resolver group sub-component. More... | |
| sl_status_t | zpc_attribute_resolver_send_group (attribute_store_node_t node) |
| Verifies if the node can be part of a multicast transmission, and if yes, trigger it. More... | |
| void | zpc_attribute_resolver_group_state_log () |
| Helper function that logs the state of the resolver group component. More... | |
Transmit messages to multiple destinations at once.
| sl_status_t zpc_attribute_resolver_group_init | ( | ) |
Initializes the resolver group sub-component.
| void zpc_attribute_resolver_group_state_log | ( | ) |
Helper function that logs the state of the resolver group component.
Print out the list of candidates and the list of pools
| int zpc_attribute_resolver_group_teardown | ( | ) |
Teardown the resolver group sub-component.
| sl_status_t zpc_attribute_resolver_send_group | ( | attribute_store_node_t | node | ) |
Verifies if the node can be part of a multicast transmission, and if yes, trigger it.
| node | The attribute store node to resolve. |