Z-Wave Protocol Controller Reference
zwave_COMMAND_CLASS_ZWAVEPLUS_INFO_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_ZWAVEPLUS_INFO_HANDLERS_H
15#define ZWAVE_COMMAND_CLASS_ZWAVEPLUS_INFO_HANDLERS_H
16
22
91#ifdef __cplusplus
92extern "C" {
93#endif
94#include "attribute_store.h"
95#include "sl_status.h"
96
97
98
103#define COMMAND_CLASS_ZWAVEPLUS_INFO_VERSION 2
104
105
114
115
126 const zwave_controller_connection_info_t *connection_info,
127 const uint8_t *frame,
128 uint16_t frame_length) ;
129
130
143 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
157 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
158
159
160
161#ifdef __cplusplus
162}
163#endif
164
166#endif //ZWAVE_HANDLERS_COMMAND_CLASS_ZWAVEPLUS_INFO_H
167
sl_status_t zwave_COMMAND_CLASS_ZWAVEPLUS_INFO_init()
Initialisation of COMMAND_CLASS_ZWAVEPLUS_INFO.
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.
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.
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.
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