User manual

27
4.6 OBRGetBuzzer
This function retrieves the buzzer notification mode.
Calling Sequences
[C++]
int OBRGetBuzzer(
BYTE *pMode
)
[Visual Basic]
Public Shared Function OBRGetBuzzer( _
ByRef pMode As Byte _
) As Int32
[C#]
public static Int32 OBRGetBuzzer(
ref Byte pMode
);
Parameters
pMode
This parameter is for retrieving the value of the buzzer notification mode. See
OBRSetBuzzer func
tion for the values to retrieve.
Return Values
OBR_OK : Normal end
OBR_NOT_DEVICE : Scanner driver error. In the Device Emulator, this value is not returned.
FUNCTION_UNSUPPORT : Unsupported error