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

« Back to documentation index

connector_firmware_info_t Struct Reference

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.