Zigbee Protocol Controller 1.6.0
zigpc_ota_zigbee.h
Go to the documentation of this file.
1/*******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 *******************************************************************************
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
27#ifndef OTA_ZIGBEE_H
28#define OTA_ZIGBEE_H
29
30// Shared Unify includes
31#include <sl_status.h>
32
33// ZigPC includes
34#include <zigpc_common_zigbee.h>
35
36#ifdef __cplusplus
37extern "C" {
38#endif
39
40/*
41 * @brief zigpc_ota_init
42 * Initialize the OTA Component
43 *
44 * @return SL_STATUS_OK if able to successfully initialize the component
45 */
47
48/*
49 * @brief zigpc_ota_configure_node
50 * Configure OTA Updates for a node
51 *
52 * @param eui64 - the eui64 of the node to initialize
53 *
54 * @return SL_STATUS_OK if successfully able to configure
55 * OTA Updates for a node
56 */
58#ifdef __cplusplus
59}
60#endif //__cplusplus
61
62#endif //OTA_ZIGBEE_H
63
sl_status_t zigpc_ota_configure_node(const zigbee_eui64_t eui64)
sl_status_t zigpc_ota_init()
uint32_t sl_status_t
Definition: sl_status.h:139
uint8_t zigbee_eui64_t[ZIGBEE_EUI64_SIZE]
Zigbee Device EUI64 ID.
Definition: zigpc_common_zigbee.h:193
SL Status Codes.