CONFIG_IDLE_OFF
This is a structure information for setting auto Servo Off function, and consists of the following fields.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Enable flag for Auto Servo-Off |
|
1 |
|
|
Elapsed idle time (in seconds) |
Total size: 5 bytes
Defined in: DRFS.h
typedef struct _CONFIG_IDLE_OFF
{
/* function enable */
unsigned char _bFuncEnable;
/* elapse time (seconds) */
float _fElapseTime;
} CONFIG_IDLE_OFF, *LPCONFIG_IDLE_OFF;