Barcode Pick Session
Defined under the namespace Scandit.Datacapture.Barcode.Pick
- BarcodePickSession
class BarcodePickSessionAdded in version 7.5.0
The BarcodePick session holds the current state of a running BarcodePick.
- trackedItems
get trackedItems(): string[]
Added in version 7.5.0
A set containing the data of all the barcodes that are currently tracked on screen.
- addedItems
get addedItems(): string[]
Added in version 7.5.0
A set containing the data of the barcodes that were scanned in the last frame.
- trackedObjects
get trackedObjects(): TrackedObject[]
Added in version 8.2.0
A set containing all of the objects that are currently tracked on screen.
- addedObjects
get addedObjects(): TrackedObject[]
Added in version 8.2.0
A set containing all of the objects that were scanned in the last frame.