ZebraScanEngines_StopAcquisition


Stops image acquisition in a scanner.

Syntax

C++
Python
 
def ZebraScanEngines_StopAcquisition(
	state: ZebraScanEngines_State,
	/,
	*,
	inDeviceID: int | None = None
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState ZebraScanEngines_State
Input value inDeviceID int | None None Device identifying number

Multithreaded environment

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