Z-Wave Protocol Controller Reference
zwave_COMMAND_CLASS_SENSOR_BINARY_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_SENSOR_BINARY_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_SENSOR_BINARY_VERSION   1
 Version of COMMAND_CLASS_SENSOR_BINARY which this handlers is genrated for. More...
 

Functions

sl_status_t zwave_COMMAND_CLASS_SENSOR_BINARY_init ()
 Initialisation of COMMAND_CLASS_SENSOR_BINARY. More...
 
sl_status_t zwave_SENSOR_BINARY_REPORT_handle_report_command_override (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
 Override function for SENSOR_BINARY_REPORT. More...
 
sl_status_t zwave_SENSOR_BINARY_GET (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Auto-generated function for SENSOR_BINARY_GET. More...
 
sl_status_t zwave_SENSOR_BINARY_GET_override (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Override function for SENSOR_BINARY_GET. More...