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

_szVersName

char[32]

Version name string used to identify the restore package.
The maximum string length is defined by MAX_SYMBOL_SIZE.

Total size: 32 bytes

Defined in: DRFS.h

typedef struct _PACKAGE_RESTORE
{
    /* version name */
    char                         _szVersName[MAX_SYMBOL_SIZE];

} PACKAGE_RESTORE, *LPPACKAGE_RESTORE;