Logo
Developing with ZBOSS for Zigbee
zb_zcl_ota_upgrade_attrs_s Struct Reference

OTA Upgrade cluster attributes structure. More...

#include <zb_zcl_ota_upgrade.h>

Data Fields

zb_ieee_addr_t upgrade_server
 UpgradeServerID attribute, ZCL8 specification, subsection 11.10.1. More...
 
zb_uint32_t file_offset
 FileOffset attribute, ZCL8 specification, subsection 11.10.2. More...
 
zb_uint32_t file_version
 CurrentFileVersion attribute, ZCL8 specification, subsection 11.10.3. More...
 
zb_uint16_t stack_version
 CurrentZigbeeStackVersion attribute, ZCL8 specification, subsection 11.10.4. More...
 
zb_uint32_t downloaded_file_ver
 DownloadedFileVersion attribute, ZCL8 specification, subsection 11.10.5. More...
 
zb_uint16_t downloaded_stack_ver
 DownloadedZigbeeStackVersion attribute, ZCL8 specification, subsection 11.10.6. More...
 
zb_uint8_t image_status
 ImageUpgradeStatus attribute, ZCL8 specification, subsection 11.10.7. More...
 
zb_uint16_t manufacturer
 Manufacturer ID attribute, ZCL8 specification, subsection 11.10.8. More...
 
zb_uint16_t image_type
 Image Type ID attribute, ZCL8 specification, subsection 11.10.9. More...
 
zb_uint16_t min_block_reque
 MinimumBlockPeriod attribute, ZCL8 specification, subsection 11.10.10. More...
 
zb_uint16_t image_stamp
 Image Stamp attribute, ZCL8 specification, subsection 11.10.11. More...
 
zb_uint16_t server_addr
 OTA server addr custom attribute. More...
 
zb_uint8_t server_ep
 OTA server endpoint custom attribute. More...
 

Detailed Description

OTA Upgrade cluster attributes structure.

Field Documentation

§ downloaded_file_ver

zb_uint32_t zb_zcl_ota_upgrade_attrs_s::downloaded_file_ver

DownloadedFileVersion attribute, ZCL8 specification, subsection 11.10.5.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_DOWNLOADED_FILE_VERSION_ID

§ downloaded_stack_ver

zb_uint16_t zb_zcl_ota_upgrade_attrs_s::downloaded_stack_ver

DownloadedZigbeeStackVersion attribute, ZCL8 specification, subsection 11.10.6.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_DOWNLOADED_STACK_VERSION_ID

§ file_offset

zb_uint32_t zb_zcl_ota_upgrade_attrs_s::file_offset

FileOffset attribute, ZCL8 specification, subsection 11.10.2.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_FILE_OFFSET_ID

§ file_version

zb_uint32_t zb_zcl_ota_upgrade_attrs_s::file_version

CurrentFileVersion attribute, ZCL8 specification, subsection 11.10.3.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_FILE_VERSION_ID

§ image_stamp

zb_uint16_t zb_zcl_ota_upgrade_attrs_s::image_stamp

Image Stamp attribute, ZCL8 specification, subsection 11.10.11.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_IMAGE_STAMP_ID

§ image_status

zb_uint8_t zb_zcl_ota_upgrade_attrs_s::image_status

ImageUpgradeStatus attribute, ZCL8 specification, subsection 11.10.7.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_IMAGE_STATUS_ID

§ image_type

zb_uint16_t zb_zcl_ota_upgrade_attrs_s::image_type

Image Type ID attribute, ZCL8 specification, subsection 11.10.9.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_IMAGE_TYPE_ID

§ manufacturer

zb_uint16_t zb_zcl_ota_upgrade_attrs_s::manufacturer

Manufacturer ID attribute, ZCL8 specification, subsection 11.10.8.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_MANUFACTURE_ID

§ min_block_reque

zb_uint16_t zb_zcl_ota_upgrade_attrs_s::min_block_reque

MinimumBlockPeriod attribute, ZCL8 specification, subsection 11.10.10.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_MIN_BLOCK_REQUE_ID

§ server_addr

zb_uint16_t zb_zcl_ota_upgrade_attrs_s::server_addr

OTA server addr custom attribute.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_SERVER_ADDR_ID

§ server_ep

zb_uint8_t zb_zcl_ota_upgrade_attrs_s::server_ep

OTA server endpoint custom attribute.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_SERVER_ENDPOINT_ID

§ stack_version

zb_uint16_t zb_zcl_ota_upgrade_attrs_s::stack_version

CurrentZigbeeStackVersion attribute, ZCL8 specification, subsection 11.10.4.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_STACK_VERSION_ID

§ upgrade_server

zb_ieee_addr_t zb_zcl_ota_upgrade_attrs_s::upgrade_server

UpgradeServerID attribute, ZCL8 specification, subsection 11.10.1.

See also
ZB_ZCL_ATTR_OTA_UPGRADE_SERVER_ID

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