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
37
extern
"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
*/
46
sl_status_t
zigpc_ota_init
();
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
*/
57
sl_status_t
zigpc_ota_configure_node
(
const
zigbee_eui64_t
eui64);
58
#ifdef __cplusplus
59
}
60
#endif
//__cplusplus
61
62
#endif
//OTA_ZIGBEE_H
63
zigpc_ota_configure_node
sl_status_t zigpc_ota_configure_node(const zigbee_eui64_t eui64)
zigpc_ota_init
sl_status_t zigpc_ota_init()
sl_status_t
uint32_t sl_status_t
Definition:
sl_status.h:139
zigbee_eui64_t
uint8_t zigbee_eui64_t[ZIGBEE_EUI64_SIZE]
Zigbee Device EUI64 ID.
Definition:
zigpc_common_zigbee.h:193
sl_status.h
SL Status Codes.
zigpc_common_zigbee.h
applications
zigpc
components
ota_zigbee
include
zigpc_ota_zigbee.h
Generated on Wed Aug 7 2024 15:21:43 for Zigbee Protocol Controller by
1.9.4