ZebraScanEngines_BeepBuzzer


Beeps the in-built buzzer according to the beep code.

Syntax

C++
Python
 
def ZebraScanEngines_BeepBuzzer(
	state: ZebraScanEngines_State,
	/,
	*,
	inDeviceID: int | None = None,
	inBeepCode: ZebraScanEnginesBeepCodes = ZebraScanEnginesBeepCodes.OneShortHigh
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState ZebraScanEngines_State
Input value inDeviceID int | None 1 - None Device identifying number
Input value inBeepCode ZebraScanEnginesBeepCodes ZebraScanEnginesBeepCodes.OneShortHigh Buzzer beep pattern

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.