Z-Wave Protocol Controller Reference
zcl_rf_telemetry_cluster_server.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
24#ifndef ZCL_RF_TELEMETRY_CLUSTER_SERVER_H
25#define ZCL_RF_TELEMETRY_CLUSTER_SERVER_H
26
27#include <stdbool.h>
28#include "sl_status.h"
29
30// Type for the value stored for the tx_report_enabled attribute
32
33// Type for the value stored for the tx_report_enabled attribute
34typedef bool pti_enabled_t;
35
36#ifdef __cplusplus
37extern "C" {
38#endif
39
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif //ZCL_RF_TELEMETRY_CLUSTER_SERVER_H
uint32_t sl_status_t
Definition: sl_status.h:139
bool tx_report_enabled_t
Definition: zcl_rf_telemetry_cluster_server.h:31
sl_status_t zcl_rf_telemetry_cluster_server_init()
Initialize the ZCL ProtocolController RF Telemetry cluster service.
Definition: zcl_rf_telemetry_cluster_server.c:306
bool pti_enabled_t
Definition: zcl_rf_telemetry_cluster_server.h:34
SL Status Codes.