Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

connector_firmware_download_start_t Struct Reference

connector_firmware_download_start_t Struct Reference
[Firmware Download Start Structure]

Firmware download start structure for connector_request_id_firmware_download_start callback which is called when the device is requested for firmware download. More...

#include <connector_api_firmware.h>

Data Fields

unsigned int CONST target_number
 Target number which firmware target the image data is for.
char CONST * filename
 Pointer to filename of the image to be downloaded.
uint32_t code_size
 size of the code that is ready to be sent to the target
connector_firmware_status_t status
 Callback writes error status if error is encountered.

Detailed Description

Firmware download start structure for connector_request_id_firmware_download_start callback which is called when the device is requested for firmware download.

Definition at line 150 of file connector_api_firmware.h.


Field Documentation

size of the code that is ready to be sent to the target

Definition at line 155 of file connector_api_firmware.h.

char CONST* filename

Pointer to filename of the image to be downloaded.

Definition at line 153 of file connector_api_firmware.h.

Callback writes error status if error is encountered.

Definition at line 157 of file connector_api_firmware.h.

unsigned int CONST target_number

Target number which firmware target the image data is for.

Definition at line 151 of file connector_api_firmware.h.