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.
ENABLE_SAFE_ZONE
This is a structure information to enable the safety zone, and consists of the following fields.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Activation status for up to 3 safety zones |
Total size: 3 bytes
Defined in: DRFS.h
typedef struct _ENABLE_SAFE_ZONE
{
/* region enable flags (0: disable, 1: enable) */
unsigned char _iRegion[3];
} ENABLE_SAFE_ZONE, *LPENABLE_SAFE_ZONE;