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

Go to the source code of this file.

Macros

#define COMMAND_CLASS_ZWAVEPLUS_INFO_VERSION   2
 Version of COMMAND_CLASS_ZWAVEPLUS_INFO which this handlers is genrated for. More...
 

Functions

sl_status_t zwave_COMMAND_CLASS_ZWAVEPLUS_INFO_init ()
 Initialisation of COMMAND_CLASS_ZWAVEPLUS_INFO. More...
 
sl_status_t zwave_ZWAVEPLUS_INFO_REPORT_handle_report_command_override (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
 Override function for ZWAVEPLUS_INFO_REPORT. More...
 
sl_status_t zwave_ZWAVEPLUS_INFO_GET (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Auto-generated function for ZWAVEPLUS_INFO_GET. More...
 
sl_status_t zwave_ZWAVEPLUS_INFO_GET_override (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Override function for ZWAVEPLUS_INFO_GET. More...