Developing with ZBOSS for Zigbee
zb_zcl_ota_upgrade_server_insert_file_s Struct Reference

Structure representation of Data for insert OTA file to upgrade mechanism. More...

#include <zb_zcl_ota_upgrade.h>

Data Fields

zb_uint8_t endpoint
 
zb_uint8_t index
 
zb_uint8_tota_file
 
zb_uint8_t notify_on
 
zb_uint32_t upgrade_time
 

Detailed Description

Structure representation of Data for insert OTA file to upgrade mechanism.

Field Documentation

◆ endpoint

zb_uint8_t zb_zcl_ota_upgrade_server_insert_file_s::endpoint

Endpoint

◆ index

zb_uint8_t zb_zcl_ota_upgrade_server_insert_file_s::index

Index of table, index must be less value is set when create attribute

◆ notify_on

zb_uint8_t zb_zcl_ota_upgrade_server_insert_file_s::notify_on

Flag to control Image notification after the file is inserted

◆ ota_file

zb_uint8_t* zb_zcl_ota_upgrade_server_insert_file_s::ota_file

OTA file, place in memory, see OTA spec 6.3.2

Note
OTA file must saved in memory until call zb_zcl_ota_upgrade_remove_file

◆ upgrade_time

zb_uint32_t zb_zcl_ota_upgrade_server_insert_file_s::upgrade_time

Upgrade time for this OTA file


The documentation for this struct was generated from the following file: