Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 19:18:39 by
1.7.2