Z-Wave Protocol Controller Reference
zwave_COMMAND_CLASS_SENSOR_BINARY_handlers.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
14#ifndef ZWAVE_COMMAND_CLASS_SENSOR_BINARY_HANDLERS_H
15#define ZWAVE_COMMAND_CLASS_SENSOR_BINARY_HANDLERS_H
16
22
75#ifdef __cplusplus
76extern "C" {
77#endif
78#include "attribute_store.h"
79#include "sl_status.h"
80
81
82
87#define COMMAND_CLASS_SENSOR_BINARY_VERSION 1
88
89
98
99
110 const zwave_controller_connection_info_t *connection_info,
111 const uint8_t *frame,
112 uint16_t frame_length) ;
113
114
127 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
141 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
142
143
144
145#ifdef __cplusplus
146}
147#endif
148
150#endif //ZWAVE_HANDLERS_COMMAND_CLASS_SENSOR_BINARY_H
151
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.
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.
sl_status_t zwave_COMMAND_CLASS_SENSOR_BINARY_init()
Initialisation of COMMAND_CLASS_SENSOR_BINARY.
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.
uint32_t sl_status_t
Definition: sl_status.h:139
SL Status Codes.
Structure holding information about the source and destination when transmitting and receiving Z-Wave...
Definition: zwave_controller_connection_info.h:87