Class BarcodeScannerConfig

    • Method Detail

      • getMinimumTextLength

         final Integer getMinimumTextLength()

        Minimum required text length of the detected barcode. The default value is 0 (the setting is turned off). NOTE: Currently works for ITF and MSI Plessey barcodes only!

      • getMaximumTextLength

         final Integer getMaximumTextLength()

        Maximum text length of the detected barcode. Setting to zero removes the limit. The default value is 0 (the setting is turned off). NOTE: Currently works for ITF and MSI Plessey barcodes only!

      • getMinimum1DQuietZoneSize

         final Integer getMinimum1DQuietZoneSize()

        Minimum required quiet zone on the barcode. Measured in modules (the size of a minimal bar on the barcode). The default value is 10. NOTE: Currently works for ITF and MSI Plessey barcodes only!

      • getStripCheckDigits

         final Boolean getStripCheckDigits()

        If true, check digits for UPC, EAN and MSI Plessey codes are removed from result. Has no effect if both single and double digit MSI Plessey checksums are enabled. The default is false

      • getLowPowerMode

         final Boolean getLowPowerMode()

        If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed. If false - mode is disabled. The default is false

      • getAustraliaPostCustomerFormat

         final Integer getAustraliaPostCustomerFormat()

        Defines the format of the barcode data for the Australian Post customer barcode. Can be either numeric or alphanumeric and is only relevant for Format Codes 59 and 62.