Z-Wave Protocol Controller Reference
zwave_COMMAND_CLASS_MANUFACTURER_SPECIFIC_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_MANUFACTURER_SPECIFIC_HANDLERS_H
15#define ZWAVE_COMMAND_CLASS_MANUFACTURER_SPECIFIC_HANDLERS_H
16
22
99#ifdef __cplusplus
100extern "C" {
101#endif
102#include "attribute_store.h"
103#include "sl_status.h"
104
105
106
111#define COMMAND_CLASS_MANUFACTURER_SPECIFIC_VERSION 2
112
124void zwave_COMMAND_CLASS_MANUFACTURER_SPECIFIC_add_DEVICE_SPECIFIC_DEVICE_ID_TYPE( attribute_store_node_t parent, uint8_t index );
125
134
135
146 const zwave_controller_connection_info_t *connection_info,
147 const uint8_t *frame,
148 uint16_t frame_length) ;
159 const zwave_controller_connection_info_t *connection_info,
160 const uint8_t *frame,
161 uint16_t frame_length) ;
162
163
176 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
190 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
191
204 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
218 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
219
220
221
222#ifdef __cplusplus
223}
224#endif
225
227#endif //ZWAVE_HANDLERS_COMMAND_CLASS_MANUFACTURER_SPECIFIC_H
228
void zwave_COMMAND_CLASS_MANUFACTURER_SPECIFIC_add_DEVICE_SPECIFIC_DEVICE_ID_TYPE(attribute_store_node_t parent, uint8_t index)
Add DEVICE_SPECIFIC_DEVICE_ID_TYPE and its mandatory children to a parent.
sl_status_t zwave_DEVICE_SPECIFIC_REPORT_handle_report_command_override(const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
Override function for DEVICE_SPECIFIC_REPORT.
sl_status_t zwave_MANUFACTURER_SPECIFIC_GET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for MANUFACTURER_SPECIFIC_GET.
sl_status_t zwave_MANUFACTURER_SPECIFIC_GET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for MANUFACTURER_SPECIFIC_GET.
sl_status_t zwave_COMMAND_CLASS_MANUFACTURER_SPECIFIC_init()
Initialisation of COMMAND_CLASS_MANUFACTURER_SPECIFIC.
sl_status_t zwave_MANUFACTURER_SPECIFIC_REPORT_handle_report_command_override(const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
Override function for MANUFACTURER_SPECIFIC_REPORT.
sl_status_t zwave_DEVICE_SPECIFIC_GET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DEVICE_SPECIFIC_GET.
sl_status_t zwave_DEVICE_SPECIFIC_GET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DEVICE_SPECIFIC_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