Public Attributes | |
const VuBarcodeTypeSet * | observedTypes |
Set of types to observe. | |
VuBarcodeDetectionMode | detectionMode |
Barcode detection mode. | |
VuBool | activate |
Observer activation. | |
Configuration for creating a barcode observer.
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.
VuBool activate |
Observer activation.