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.

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

_iRegion[3]

unsigned char[3]

Activation status for up to 3 safety zones
Each byte corresponds to one zone
(0: Disabled, 1: Enabled)

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;