ZebraScanEngines_ControlLeds


Turns device LEDs on and off.

Syntax

C++
Python
 
def ZebraScanEngines_ControlLeds(
	state: ZebraScanEngines_State,
	/,
	*,
	inDeviceID: int | None = None,
	inLedAction: ZebraScanEnginesLeds = ZebraScanEnginesLeds.LedGreenOn
)
-> 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 inLedAction ZebraScanEnginesLeds ZebraScanEnginesLeds.LedGreenOn LED action to perform

Multithreaded environment

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