User manual

26
4.5 OBRSetBuzzer
This function sets up the notification mode for scanning complete with the integrated buzzer.
Calling Sequences
[C++]
int OBRSetBuzzer(
BYTE byMode
)
[Visual Basic]
Public Shared Function OBRSetBuzzer( _
ByVal byMode As Byte _
) As Int32
[C#]
public static Int32 OBRSetBuzzer(
Byte byMode
);
Parameters
byMode
This parameter is for specifying buzzer notification mode selecting either of the values
listed below.
OBR_BUZOFF : Disable the buzzer notification
OBR_BUZON : Enable the buzzer notification
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