Back to Aurora Vision Library website

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

ZebraScanEngines_ListScanners


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Lists available Zebra scanners.

Syntax

void avl::ZebraScanEngines_ListScanners
(
	ZebraScanEngines_State& ioState,
	atl::Array<avl::ZebraScanEnginesDeviceInfo>& outScannerList
)

Parameters

Name Type Default Description
Input will be modified ioState ZebraScanEngines_State& Object used to maintain state of the function.
Output value outScannerList Array<ZebraScanEnginesDeviceInfo>& List of connected scanners

Remarks

During frequent requests for a list of devices, it is possible to break the connection with the polling device. It is not recommended to use this filter in a production environment. It is for debugging only.

Multithreaded environment

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

See Also