PACKAGE_RESTORE
This structure defines the version information used for performing a package restore operation on the controller.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Version name string used to identify the restore package. |
Total size: 32 bytes
Defined in: DRFS.h
typedef struct _PACKAGE_RESTORE
{
/* version name */
char _szVersName[MAX_SYMBOL_SIZE];
} PACKAGE_RESTORE, *LPPACKAGE_RESTORE;