Zigbee Protocol Controller 1.6.0
zigpc_binding_setup.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 *****************************************************************************/
24#ifndef ZIGPC_BINDING_SETUP_H
25#define ZIGPC_BINDING_SETUP_H
26
27#include "sl_status.h"
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
39
46
47#ifdef __cplusplus
48}
49#endif
50
51#endif //ZIGPC_BINDING_SETUP_H
uint32_t sl_status_t
Definition: sl_status.h:139
int zigpc_binding_shutdown(void)
zigpc_binding_shutdown - shutdown the zigpc_binding component
sl_status_t zigpc_binding_setup()
zigpc_binding_setup - set up the zigpc_binding component
SL Status Codes.