Barcode Count Capture List Session
Defined under the namespace Scandit.Datacapture.Barcode.Count
- BarcodeCountCaptureListSession
class BarcodeCountCaptureListSession
Added in version 6.24.0
The capture list session contains all the barcodes recognised so far, and how they match against the target list.
- correctBarcodes
get correctBarcodes(): TrackedBarcode[]
Added in version 6.24.0
A list of tracked barcodes that have been correctly matched to the target data provided in the list.
- wrongBarcodes
get wrongBarcodes(): TrackedBarcode[]
Added in version 6.24.0
A list of tracked barcodes that have been correctly scanned, but that don’t match any of the ones provided in the list.
- missingBarcodes
get missingBarcodes(): TargetBarcode[]
Added in version 6.24.0
A list of the barcodes in the target list that have not yet been correctly scanned. If no list was provided to BarcodeCountCaptureList, this list will be empty.
- additionalBarcodes
get additionalBarcodes(): Barcode[]
Added in version 6.24.0
The array of additional barcodes injected with BarcodeCount.setAdditionalBarcodes().