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_LOCAL_UPDATE
This structure defines parameters used for performing a local package update on the controller.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Update target flag array |
|
10 |
|
|
Directory path for the local update package. |
Total size: 266 bytes
Defined in: DRFS.h
typedef struct _PACKAGE_LOCAL_UPDATE
{
/* 0: non-update, 1: update */
unsigned char _iTarget[UPDATE_TARGET_LAST];
/* update path */
char _szDirName[MAX_STRING_SIZE];
} PACKAGE_LOCAL_UPDATE, *LPPACKAGE_LOCAL_UPDATE;