User manual

28
4.7 OBRSetVibrator
This function sets up the notification mode for scanning complete with the integrated vibrator.
Calling Sequences
[C++]
int OBRSetVibrator(
DWORD dwMode
)
[Visual Basic]
Public Shared Function OBRSetVibrator( _
ByVal dwMode As Int32 _
) As Int32
[C#]
public static Int32 OBRSetVibrator(
Int32 dwMode
);
Parameters
dwMode
This parameter is for specifying vibrator notification mode selecting either of the values
listed below.
OBR_VIBOFF : Disable the vibration notification mode
OBR_VIBON : Enable the vibration notification mode
Return Values
OBR_OK : Normal end
OBR_PRM : Parameter error
OBR_PON : Open already
OBR_NOT_DEVICE : Scanner driver error. In the Device Emulator, this value is not returned.
FUNCTION_UNSUPPORT : Unsupported error