Typedef anjay_download_finished_handler_t

Typedef Documentation

typedef void anjay_download_finished_handler_t(anjay_t *anjay, anjay_download_status_t status, void *user_data)

Called whenever the download finishes, successfully or not.

Param anjay:

Anjay object managing the download process.

Param status:

Status of the download, with additional error information if applicable.

Param user_data:

Value of anjay_download_config_t::user_data passed to anjay_download .