Barcode Count Capture List Session

Defined in namespace Scandit.DataCapture.Barcode.Count.Capture.List

BarcodeCountCaptureListSession
class BarcodeCountCaptureListSession : IDisposable

Added in version 6.19.0

The capture list session contains all the barcodes recognised so far, and how they match against the target list.

CorrectBarcodes
IList<TrackedBarcode> CorrectBarcodes { get; }

Added in version 6.19.0

A list of tracked barcodes that have been correctly matched to the target data provided in the list.

WrongBarcodes
IList<TrackedBarcode> WrongBarcodes { get; }

Added in version 6.19.0

A list of tracked barcodes that have been correctly scanned, but that don’t match any of the ones provided in the list.

AcceptedBarcodes
IList<TrackedBarcode> AcceptedBarcodes { get; }

Added in version 7.0.0

A list of tracked barcodes that have been marked as accepted.

RejectedBarcodes
IList<TrackedBarcode> RejectedBarcodes { get; }

Added in version 7.0.0

A list of tracked barcodes that have been marked as rejected.

MissingBarcodes
IList<TargetBarcode> MissingBarcodes { get; }

Added in version 6.19.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
IList<Barcode> AdditionalBarcodes { get; }

Added in version 6.19.0

The array of additional barcodes injected with BarcodeCount.SetAdditionalBarcodes().