Z-Wave Protocol Controller Reference
zwave_command_class_association.h File Reference
#include "sl_status.h"
#include "zwave_controller_connection_info.h"
#include "zwave_rx.h"
#include "attribute_store.h"
Include dependency graph for zwave_command_class_association.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  association_specific_report_frame
 

‍Association Specific Group Report frame.

More...
 

Typedefs

typedef struct association_specific_report_frame association_specific_report_frame_t
 

‍Association Specific Group Report frame.

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...
 

Typedef Documentation

◆ association_specific_report_frame_t

‍Association Specific Group Report frame.