Barcode Pick Session
Defined in namespace Scandit.DataCapture.Barcode.Pick.Capture
- BarcodePickSession
class BarcodePickSession : IDisposable
Added in version 6.25.0
The BarcodePick session holds the current state of a running BarcodePick.
- TrackedItems
ICollection<
string> TrackedItems { get; }Added in version 6.25.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.25.0
A set containing the data of the barcodes that were scanned in the last frame.