Zigbee Protocol Controller 1.6.0
zigpc_binding_response.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2022 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#ifndef ZIGPC_BINDING_RESPONSE_H
14#define ZIGPC_BINDING_RESPONSE_H
15
16#include "zigpc_common_zigbee.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
31
47 const zigbee_binding_t binding,
48 bool is_bind_response,
49 uint8_t zdo_status);
50
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif //ZIGPC_BINDING_RESPONSE_H
#define data
Definition: ctimer.c:49
uint32_t sl_status_t
Definition: sl_status.h:139
Definition: zigpc_common_zigbee.h:380
void zigpc_binding_bind_unbind_callback(void *data)
zigpc_binding_bind_unbind_callback A callback used on the reception of a binding or unbinding command...
sl_status_t zigpc_binding_add_binding(const zigbee_binding_t binding)
sl_status_t zigpc_binding_remove_binding(const zigbee_binding_t binding)
sl_status_t zigpc_binding_handle_bind_unbind_reponse(const zigbee_binding_t binding, bool is_bind_response, uint8_t zdo_status)
zigpc_binding_handle_bind_unbind_reponse Handle a response from a binding/binding command....