
109
3.82 SysPlayVibrator
This function turns on the vibrator.
Calling Sequences
[C++]
DWORD SysPlayVibrator(
DWORD dwType,
DWORD dwCount,
DWORD dwOnTime,
DWORD dwOFFTime
)
[Visual Basic]
Public Shared Function SysPlayVibrator( _
ByVal dwType As Int32, _
ByVal dwCount As Int32, _
ByVal dwOnTime As Int32, _
ByVal dwOFFTime As Int32 _
) As Int32
[C#]
public static Int32 SysPlayVibrator(
Int32 dwType,
Int32 dwCount,
Int32 dwOnTime,
Int32 dwOFFTime
);
Parameters
dwType
This parameter is for specifying a vibration pattern selecting one of the listed patterns in the
table below.
Table 3.18 Setting values
Setting Value Event Time ON Time OFF Time
B_ALARM Alarm 1 1000 1000
B_WARNING Warning 1 1000 1000
B_SCANEND Scanning complete 1 1000 1000
B_CARDREAD Card read/write 1 1000 1000
B_WIREREAD Wireless in call 1 1000 1000
B_USERDEF User defined - - -
Comentarios a estos manuales