Structures used for passing information to and from OTA Agent.
Structures used for network connection and OTA Agent behavior.
Data Structures | |
struct | cy_ota_storage_write_info_t |
Struct to hold information on where to write the data. More... | |
struct | cy_ota_storage_context_t |
OTA Agent storage context parameters structure. More... | |
struct | cy_ota_cb_struct_t |
Structure passed to the callback. More... | |
struct | cy_ota_app_info_t |
OTA App file information. More... | |
struct | cy_ota_network_params_t |
OTA Connection parameters structure. More... | |
struct | cy_ota_agent_params_t |
OTA Agent parameters structure. More... | |
struct | cy_ota_storage_interface_t |
OTA storage interface callback APIs structure. More... | |
Typedefs | |
typedef cy_ota_storage_write_info_t | cy_ota_storage_read_info_t |
Struct to hold information on from where to read the data. More... | |
Struct to hold information on from where to read the data.
Information on from where to read the downloaded chunk of the OTA image.