Type alias MultipleBarcodesScanningMode

MultipleBarcodesScanningMode: "COUNTING" | "UNIQUE"

Configuration of the mode used for scanning multiple barcodes.

  • COUNTING: Scan barcodes even if they have the same value and count the number of repeated barcodes.
  • UNIQUE: Only scan barcodes with unique values. Subsequent barcodes with the same values will be ignored.

Generated using TypeDoc