|
Z-Wave Protocol Controller Reference
|
#include "zwave_command_class_association_types.h"#include "sl_status.h"#include "zwave_tx.h"#include "zwave_utils.h"Go to the source code of this file.
Typedefs | |
| typedef void(* | on_group_send_complete_t) (sl_status_t status, void *user) |
| Callback function for zwave_association_send_to_group, indicating the result of the operation. More... | |
Functions | |
| sl_status_t | zwave_association_send_to_group (association_group_id_t group_id, uint16_t frame_size, const uint8_t *frame, bool supporting, const zwave_tx_options_t *tx_options, zwave_node_id_t excluded_node, on_group_send_complete_t callback, void *user) |
| Sends a command to an Association Group. More... | |