Zigbee Protocol Controller 1.6.0
unify_dotdot_attribute_store_node_state.h
Go to the documentation of this file.
1
2
3/******************************************************************************
4 * # License
5 * <b>Copyright 2023 Silicon Laboratories Inc. www.silabs.com</b>
6 ******************************************************************************
7 * The licensor of this software is Silicon Laboratories Inc. Your use of this
8 * software is governed by the terms of Silicon Labs Master Software License
9 * Agreement (MSLA) available at
10 * www.silabs.com/about-us/legal/master-software-license-agreement. This
11 * software is distributed to you in Source Code format and is governed by the
12 * sections of the MSLA applicable to Source Code.
13 *
14 *****************************************************************************/
15
51#ifndef UNIFY_DOTDOT_ATTRIBUTE_STORE_NODE_STATE_H
52#define UNIFY_DOTDOT_ATTRIBUTE_STORE_NODE_STATE_H
53
54#include "uic_enum.h"
55#include "attribute_store.h"
56#include "zap-types.h"
57
58#ifdef __cplusplus
59extern "C" {
60#endif
61
63#define MAX_COMMAND_DELAY_UNKNOWN 0xFFFFFFFF
66#define MAX_COMMAND_DELAY_INFINITE 0xFFFFFFFE
67
77
78
80
81#ifdef __cplusplus
82}
83#endif
84
85#endif //UNIFY_DOTDOT_ATTRIBUTE_STORE_NODE_STATE_H
datastore_attribute_id_t attribute_store_node_t
Handle to identify attribute store nodes.
Definition: attribute_store.h:101
NodeStateNetworkStatus unify_attribute_store_node_state_get_status(attribute_store_node_t node)
Reads the UCL network status of a node, starting from any attribute under the NodeID in the attribute...
sl_status_t unify_dotdot_attribute_store_node_state_init()
uint32_t sl_status_t
Definition: sl_status.h:139
NodeStateNetworkStatus
Definition: zap-types.h:955