All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuBarcodeConfig Struct Reference

Public Attributes

const VuBarcodeTypeSetobservedTypes
 Set of types to observe.
 
VuBarcodeDetectionMode detectionMode
 Barcode detection mode.
 
VuBool activate
 Observer activation.
 

Detailed Description

Configuration for creating a barcode observer.

Member Data Documentation

◆ observedTypes

const VuBarcodeTypeSet* observedTypes

Set of types to observe.

A barcode observer has to be configured with the types it should observe. You can provide NULL to indicate that all supported types should be observed. An empty list will create an error as there should be at least one barcode type to be observed by the observer.

Note
The default value is NULL.

◆ activate

VuBool activate

Observer activation.

Note
The default value is VU_TRUE.