CONFIG_GENERAL_RANGE
This is a structure information to set limits in force and consists of the following fields.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
Normal mode range configuration |
||
4 |
|
Reduced mode range configuration |
Total size: 32 bytes
Defined in: DRFS.h
typedef struct _CONFIG_GENERAL_RANGE
{
/* normal mode */
GENERAL_RANGE _Normal;
/* reduced mode */
GENERAL_RANGE _Reduced;
} CONFIG_GENERAL_RANGE, *LPCONFIG_GENERAL_RANGE;