1.1.4.9 WDRV_WINC_FIRMWARE_VERSION_INFO
Struct type
Summary Defines the version information of the firmware.
Description This data type defines the version information of the firmware running on the WINC.
Remarks None.
typedef struct { /* Flag indicating if this information is valid. */ bool isValid; /* Version number structure. */ struct { /* Major version number. */ uint16_t major; /* Major minor number. */ uint16_t minor; /* Major patch number. */ uint16_t patch; } version; /* Build date/time structure. */ struct { uint8_t hash[WINC_CFG_PARAM_ID_CFG_BUILD_HASH_SZ]; uint32_t timeUTC; } build; } WDRV_WINC_FIRMWARE_VERSION_INFO;