User's Manual

65
4-2-3 Vibration notification feature
This device is designed with a vibration motor for notification. The driver
follows the LED driver architecture of WindowCE. This architecture uses
WindowCE NLED standard API for application development.
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)
MetaCycleOff
Number of off blink cycles. (Not support – default 0)