Zigbee Protocol Controller 1.6.0
uic_typedefs.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
32// Standard library
33#include <stdint.h>
34
35#ifndef UIC_TYPEDEFS_H
36#define UIC_TYPEDEFS_H
37
38typedef uint8_t dotdot_endpoint_id_t;
39typedef const char *dotdot_unid_t;
40typedef const char *ota_uiid_t;
41typedef uint16_t dotdot_group_id_t;
42
43typedef uint16_t dotdot_cluster_id_t;
44typedef uint16_t dotdot_attribute_id_t;
45typedef uint8_t dotdot_command_id_t;
46
47#endif //UIC_TYPEDEFS_H
uint8_t dotdot_command_id_t
Definition: uic_typedefs.h:45
uint16_t dotdot_group_id_t
Definition: uic_typedefs.h:41
uint16_t dotdot_attribute_id_t
Definition: uic_typedefs.h:44
const char * ota_uiid_t
Definition: uic_typedefs.h:40
uint8_t dotdot_endpoint_id_t
Definition: uic_typedefs.h:38
uint16_t dotdot_cluster_id_t
Definition: uic_typedefs.h:43
const char * dotdot_unid_t
Definition: uic_typedefs.h:39