Barcode Pick Session

Defined in namespace Scandit.DataCapture.Barcode.Pick.Capture

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickSession
class BarcodePickSession : IDisposable

Added in version 6.26.0

The BarcodePick session holds the current state of a running BarcodePick.

TrackedItems
ICollection<string> TrackedItems { get; }

Added in version 6.26.0

A set containing the data of all the barcodes that are currently tracked on screen.

AddedItems
ICollection<string> AddedItems { get; }

Added in version 6.26.0

A set containing the data of the barcodes that were scanned in the last frame.