|
Z-Wave Protocol Controller Reference
|
#include "sl_status.h"#include "zwave_controller_connection_info.h"#include "zwave_rx.h"#include "attribute_store.h"Go to the source code of this file.
Classes | |
| struct | association_specific_report_frame |
More... | |
Typedefs | |
| typedef struct association_specific_report_frame | association_specific_report_frame_t |
More... | |
Functions | |
| sl_status_t | zwave_command_class_association_init (void) |
| Setup fixture for Association Command Class. More... | |
| sl_status_t | zwave_command_class_association_groupings_get (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length) |
| Resolves the ATTRIBUTE_COMMAND_CLASS_ASSOCIATION_SUPPORTED_GROUPINGS for a given node. More... | |
| sl_status_t | zwave_command_class_association_set (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length) |
| Sets the ATTRIBUTE_COMMAND_CLASS_ASSOCIATION_GROUP_CONTENT for a given node. More... | |
| sl_status_t | zwave_command_class_association_get (attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length) |
| Gets the ATTRIBUTE_COMMAND_CLASS_ASSOCIATION_GROUP_CONTENT for a given node. More... | |
Association Specific Group Report frame.