Over The Air (OTA) Update Library
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

General Description

An application can get callbacks from the OTA Agent.

Typedefs

typedef cy_ota_callback_results_t(* cy_ota_callback_t )(cy_ota_cb_struct_t *cb_data)
 OTA Agent callback to the application. More...
 

Typedef Documentation

typedef cy_ota_callback_results_t(* cy_ota_callback_t)(cy_ota_cb_struct_t *cb_data)

OTA Agent callback to the application.

The application can use the callback to override default OTA functions.

Parameters
[in][out]cb_data Current information that Application callback can use/modify.
Returns