69
4-2-4
Vibration notification feature
A vibrator is designed into this device for notification usage. The vibrator
driver is following the notification LED driver architecture of WindowCE to be
developed. This architecture is easy for System Integrator using WindowCE
NLED standard API for application development, and also provides the
advantage of backward compatibility.
Data Structure introduction
struct NLED_SETTINGS_INFO
{
UINT LedNum;
INT OffOnBlink;
LONG TotalCycleTime;
LONG OnTime;
LONG OffTime;
INT MetaCycleOn;
INT MetaCycleOff;
};
LedNum
LED number. Virbrator is zero (0).
OffOnBlink
Current setting. The following table shows the defined values.
Value
Description
0
Off
1
On
2
Blink
TotalCycleTime
Total cycle time of a blink, in microseconds. (Not support
–
default 0)
OnTime
On time of the cycle, in microseconds. (Not support
–
default 0)
OffTime
Off time of the cycle, in microseconds. (Not support
–
default 0)
MetaCycleOn
Number of on blink cycles. (Not support
–
default 0)