Zigbee Protocol Controller 1.6.0
zigpc_datastore_id.h
Go to the documentation of this file.
1
2/******************************************************************************
3 * # License
4 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
5 ******************************************************************************
6 * The licensor of this software is Silicon Laboratories Inc. Your use of this
7 * software is governed by the terms of Silicon Labs Master Software License
8 * Agreement (MSLA);; available at
9 * www.silabs.com/about-us/legal/master-software-license-agreement. This
10 * software is distributed to you in Source Code format and is governed by the
11 * sections of the MSLA applicable to Source Code.
12 *
13 *****************************************************************************/
14
23#ifndef ZIGPC_DATASTORE_ID_H
24#define ZIGPC_DATASTORE_ID_H
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30#define PRIMARY_NETWORK_NUM 1
31
32#define NODE_TYPE_OFFSET 0x10000000
33
38typedef enum {
50
51#ifdef __cplusplus
52}
53#endif
56#endif //ZIGPC_DATASTORE_ID_H
#define NODE_TYPE_OFFSET
Definition: zigpc_datastore_id.h:32
zigpc_datastore_node_type_t
Node datastore node types.
Definition: zigpc_datastore_id.h:38
@ ZIGPC_DS_TYPE_GROUP_REPORTED
Definition: zigpc_datastore_id.h:47
@ ZIGPC_DS_TYPE_CLIENT_CLUSTER
Definition: zigpc_datastore_id.h:43
@ ZIGPC_DS_TYPE_ENDPOINT
Definition: zigpc_datastore_id.h:41
@ ZIGPC_DS_TYPE_NETWORK
Definition: zigpc_datastore_id.h:39
@ ZIGPC_DS_TYPE_SERVER_CLUSTER
Definition: zigpc_datastore_id.h:42
@ ZIGPC_DS_TYPE_DEVICE
Definition: zigpc_datastore_id.h:40
@ ZIGPC_DS_TYPE_CLUSTER_ATTRIBUTE
Definition: zigpc_datastore_id.h:44
@ ZIGPC_DS_TYPE_GROUP_DESIRED
Definition: zigpc_datastore_id.h:48
@ ZIGPC_DS_TYPE_CLUSTER_GENERATED_COMMAND
Definition: zigpc_datastore_id.h:45
@ ZIGPC_DS_TYPE_CLUSTER_RECEIVED_COMMAND
Definition: zigpc_datastore_id.h:46