Z-Wave Protocol Controller Reference
zwave_COMMAND_CLASS_DOOR_LOCK_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_DOOR_LOCK_HANDLERS_H
15#define ZWAVE_COMMAND_CLASS_DOOR_LOCK_HANDLERS_H
16
22
115#ifdef __cplusplus
116extern "C" {
117#endif
118#include "attribute_store.h"
119#include "sl_status.h"
120
121
122
127#define COMMAND_CLASS_DOOR_LOCK_VERSION 2
128
129
138
139
150 const zwave_controller_connection_info_t *connection_info,
151 const uint8_t *frame,
152 uint16_t frame_length) ;
163 const zwave_controller_connection_info_t *connection_info,
164 const uint8_t *frame,
165 uint16_t frame_length) ;
166
167
180 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
194 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
195
208 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
222 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
223
237 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
251 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
265 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
279 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
280
281
282#ifdef __cplusplus
283}
284#endif
285
287#endif //ZWAVE_HANDLERS_COMMAND_CLASS_DOOR_LOCK_H
288
sl_status_t zwave_DOOR_LOCK_OPERATION_GET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DOOR_LOCK_OPERATION_GET.
sl_status_t zwave_COMMAND_CLASS_DOOR_LOCK_init()
Initialisation of COMMAND_CLASS_DOOR_LOCK.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_SET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DOOR_LOCK_CONFIGURATION_SET.
sl_status_t zwave_DOOR_LOCK_OPERATION_REPORT_handle_report_command_override(const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
Override function for DOOR_LOCK_OPERATION_REPORT.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_GET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DOOR_LOCK_CONFIGURATION_GET.
sl_status_t zwave_DOOR_LOCK_OPERATION_GET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DOOR_LOCK_OPERATION_GET.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_REPORT_handle_report_command_override(const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
Override function for DOOR_LOCK_CONFIGURATION_REPORT.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_SET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DOOR_LOCK_CONFIGURATION_SET.
sl_status_t zwave_DOOR_LOCK_OPERATION_SET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DOOR_LOCK_OPERATION_SET.
sl_status_t zwave_DOOR_LOCK_OPERATION_SET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DOOR_LOCK_OPERATION_SET.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_GET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DOOR_LOCK_CONFIGURATION_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