|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCmBasic.h>
This structure contains flash image information.
Supports PC cards, embedded devices, and MP line of products.
| TYPE_FlashImgInfo_Result SWI_STRUCT_FlashImgInfo::eResult |
A NULL terminated string returned from the device which specifies the version of the flash image of interest. The format of this string varies between technology types and image types:
| swi_int32 SWI_STRUCT_FlashImgInfo::nImgSize |
| swi_int32 SWI_STRUCT_FlashImgInfo::sizeStruct |
< The size, in bytes, of this structure. This value must always be populated by the calling application. This value is case sensitive and must be supplied by the calling application. Possible values include:
| swi_char SWI_STRUCT_FlashImgInfo::szImageType[LENGTH_ImgInfoImgType] |
An enumeration of type TYPE_FlashImgInfo_Result returned from the device which specifies the result of the request.
| swi_char SWI_STRUCT_FlashImgInfo::szProdType[LENGTH_ImgInfoProdType] |
The size, in bytes, of the image data only and does not include the size of the CWE header.
| swi_char SWI_STRUCT_FlashImgInfo::szRelDate[LENGTH_ImgInfoRelDate] |
A NULL terminated string returned from the device which specifies the product type of the flash image of interest. Exact values are image specific; examples are '6800' or '5625' for FW_DWN_APPL and FW_DWN_BOOT images. FW_DWN_SWOC image does not use this field.
| swi_char SWI_STRUCT_FlashImgInfo::szVersion[LENGTH_ImgInfoVer] |
A NULL terminated string returned from the device which specifies the release date of the flash image of interest. The format of the date is MM/DD/YY.