nRF5 SDK for Thread and Zigbee v3.2.0
Data Fields
zb_zcl_ota_upgrade_client_periodical_discovery_ctx_t Struct Reference

OTA server periodical discovery context structure. More...

#include <zb_zcl_ota_upgrade_addons.h>

Data Fields

app_timer_id_t const * p_timer_id
 
zb_uint8_t endpoint
 
zb_uint8_t is_running
 

Detailed Description

OTA server periodical discovery context structure.

The periodical discovery interval must be lower than 24 hours, as defined in the OUPC9 requirement of the OTA cluster PICS.

Field Documentation

zb_uint8_t zb_zcl_ota_upgrade_client_periodical_discovery_ctx_t::endpoint

Endpoint number on which the OTA server discovery is to be performed.

zb_uint8_t zb_zcl_ota_upgrade_client_periodical_discovery_ctx_t::is_running

Boolean flag indicating that periodical discovery is started on an endpoint.

app_timer_id_t const* zb_zcl_ota_upgrade_client_periodical_discovery_ctx_t::p_timer_id

The uninitialized app_timer instance that will be used to schedule periodical OTA server discovery.


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

Documentation feedback | Developer Zone | Subscribe | Updated