Back to Aurora Vision Library website

You are here: Start » Function Reference » Camera Support » ZebraScanEngines » ZebraScanEngines_ControlLeds

ZebraScanEngines_ControlLeds


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Turns device LEDs on and off.

Syntax

void avl::ZebraScanEngines_ControlLeds
(
	ZebraScanEngines_State& ioState,
	atl::Optional<int> inDeviceID,
	avl::ZebraScanEnginesLeds::Type inLedAction
)

Parameters

Name Type Range Default Description
Input will be modified ioState ZebraScanEngines_State& Object used to maintain state of the function.
Input value inDeviceID Optional<int> 1 - NIL Device identifying number
Input value inLedAction ZebraScanEnginesLeds::Type 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.