Z-Wave Protocol Controller Reference
zwave_COMMAND_CLASS_BASIC_TARIFF_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_BASIC_TARIFF_INFO_HANDLERS_H
15#define ZWAVE_COMMAND_CLASS_BASIC_TARIFF_INFO_HANDLERS_H
16
22
95#ifdef __cplusplus
96extern "C" {
97#endif
98#include "attribute_store.h"
99#include "sl_status.h"
100
101
102
107#define COMMAND_CLASS_BASIC_TARIFF_INFO_VERSION 1
108
109
118
119
130 const zwave_controller_connection_info_t *connection_info,
131 const uint8_t *frame,
132 uint16_t frame_length) ;
133
134
147 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
161 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
162
163
164
165#ifdef __cplusplus
166}
167#endif
168
170#endif //ZWAVE_HANDLERS_COMMAND_CLASS_BASIC_TARIFF_INFO_H
171
sl_status_t zwave_BASIC_TARIFF_INFO_GET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for BASIC_TARIFF_INFO_GET.
sl_status_t zwave_BASIC_TARIFF_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 BASIC_TARIFF_INFO_REPORT.
sl_status_t zwave_COMMAND_CLASS_BASIC_TARIFF_INFO_init()
Initialisation of COMMAND_CLASS_BASIC_TARIFF_INFO.
sl_status_t zwave_BASIC_TARIFF_INFO_GET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for BASIC_TARIFF_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