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_info_t Struct Reference
[Firmware Information]
Firmware information structure for connector_request_id_firmware_info callback to return information about the specific target. More...
#include <connector_api_firmware.h>
Data Fields | |
| connector_firmware_version_t | version |
| Version number of the target. | |
| char const * | description |
| An ASCII description string of the target. | |
| char const * | filespec |
| Regular expression for the firmware image name for the target. | |
| unsigned int CONST | target_number |
| Target number which target the firmware information is for. | |
Detailed Description
Firmware information structure for connector_request_id_firmware_info callback to return information about the specific target.
Definition at line 83 of file connector_api_firmware.h.
Field Documentation
| char const* description |
An ASCII description string of the target.
Definition at line 86 of file connector_api_firmware.h.
| char const* filespec |
Regular expression for the firmware image name for the target.
Definition at line 87 of file connector_api_firmware.h.
| unsigned int CONST target_number |
Target number which target the firmware information is for.
Definition at line 89 of file connector_api_firmware.h.
Version number of the target.
Definition at line 85 of file connector_api_firmware.h.
Generated on Tue Jul 12 2022 19:18:39 by
1.7.2