Logo
Developing with ZBOSS for Zigbee
zb_zcl_ota_upgrade_file_header_s Struct Reference

Structure representation of OTA File Header, see ZCL8 specification, subsection 11.4.2, Table 11-2. OTA Header Fields. More...

#include <zb_zcl_ota_upgrade.h>

Data Fields

zb_uint32_t file_id
 
zb_uint16_t header_version
 
zb_uint16_t header_length
 
zb_uint16_t fc
 
zb_uint16_t manufacturer_code
 
zb_uint16_t image_type
 
zb_uint32_t file_version
 
zb_uint16_t stack_version
 
zb_char_t header_string [32]
 
zb_uint32_t total_image_size
 

Detailed Description

Structure representation of OTA File Header, see ZCL8 specification, subsection 11.4.2, Table 11-2. OTA Header Fields.

Field Documentation

§ fc

zb_uint16_t zb_zcl_ota_upgrade_file_header_s::fc

OTA Header Field control

§ file_id

zb_uint32_t zb_zcl_ota_upgrade_file_header_s::file_id

OTA upgrade file identifier

§ file_version

zb_uint32_t zb_zcl_ota_upgrade_file_header_s::file_version

File version

§ header_length

zb_uint16_t zb_zcl_ota_upgrade_file_header_s::header_length

OTA Header length

§ header_string

zb_char_t zb_zcl_ota_upgrade_file_header_s::header_string[32]

OTA Header string

§ header_version

zb_uint16_t zb_zcl_ota_upgrade_file_header_s::header_version

OTA Header version

§ image_type

zb_uint16_t zb_zcl_ota_upgrade_file_header_s::image_type

Image type

§ manufacturer_code

zb_uint16_t zb_zcl_ota_upgrade_file_header_s::manufacturer_code

Manufacturer code

§ stack_version

zb_uint16_t zb_zcl_ota_upgrade_file_header_s::stack_version

Zigbee Stack version

§ total_image_size

zb_uint32_t zb_zcl_ota_upgrade_file_header_s::total_image_size

Total Image size (including header)


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