You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
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;