Barcode Pick Product
Defined in namespace Scandit.DataCapture.Barcode.Pick.Data
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- BarcodePickProduct
class BarcodePickProductAdded in version 6.24.0
Represents a product to be picked.
- BarcodePickProduct()
BarcodePickProduct(
stringidentifier,intquantityToPick)Added in version 6.24.0
Constructs a BarcodePickProduct.
identifier The unique identifier for this product.
quantityToPick How many of this product need to be picked.
- Identifier
stringIdentifier { get; }Added in version 6.24.0
The unique identifier for this product.
- QuantityToPick
intQuantityToPick { get; }Added in version 6.24.0
How many of this product need to be picked.