ZebraScanEngines_ControlAim


Turns device aim on or off.

Syntax

C++
Python
 
def ZebraScanEngines_ControlAim(
	state: ZebraScanEngines_State,
	/,
	*,
	inDeviceID: int | None = None,
	inTurnOn: bool = False
)
-> 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 inTurnOn bool False Turn aim on or off.

Multithreaded environment

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