Interface Datalogic


  • public interface Datalogic
    • Field Detail

      • SCAN_PARAM_TIMEOUT

        static final int SCAN_PARAM_TIMEOUT
        To be used with Datalogic scanners, in the setParam method: scanning timeout, expressed in terms of milliseconds
        See Also:
        Constant Field Values
      • SCAN_PARAM_BEEPER_DURATION

        static final int SCAN_PARAM_BEEPER_DURATION
        To be used with Datalogic scanners, in the setParam method: beeper duration on barcode event, expressed in terms of milliseconds
        See Also:
        Constant Field Values
      • SCAN_PARAM_BEEPER_FREQUENCY

        static final int SCAN_PARAM_BEEPER_FREQUENCY
        To be used with Datalogic scanners, in the setParam method: beeper frequency on barcode event, expressed in terms of hertz
        See Also:
        Constant Field Values
      • SCAN_PARAM_LED_NUM_OF_PULSES

        static final int SCAN_PARAM_LED_NUM_OF_PULSES
        To be used with Datalogic scanners, in the setParam method: how many pulses we blink the led on barcode event
        See Also:
        Constant Field Values
      • SCAN_PARAM_LED_PULSE_DURATION

        static final int SCAN_PARAM_LED_PULSE_DURATION
        To be used with Datalogic scanners, in the setParam method: duration of each pulse on barcode event, expressed in terms of milliseconds
        See Also:
        Constant Field Values
      • SCAN_PARAM_CONTINUOUS_MODE

        static final int SCAN_PARAM_CONTINUOUS_MODE
        To be used with Datalogic scanners, in the setParam method: disable/enable the scanning continous mode, the scanning doesn't stop on barcode event
        See Also:
        Constant Field Values
      • SCAN_PARAM_KEYBOARD_EMULATION

        static final int SCAN_PARAM_KEYBOARD_EMULATION
        To be used with Datalogic scanners, in the setParam method: disable/enable the keyborad emulation, all scanned data are translated to keyboard events
        See Also:
        Constant Field Values
      • SCAN_PARAM_SOFT_TRIGGER

        static final int SCAN_PARAM_SOFT_TRIGGER
        To be used with Datalogic scanners, in the setParam method: disable/enable the soft trigger functions. if enabled, allows the scanner to read, even if the scan button is not pressed
        See Also:
        Constant Field Values
      • SCAN_PARAM_SCAN_ALWAYS_ENABLED

        static final int SCAN_PARAM_SCAN_ALWAYS_ENABLED
        To be used with Datalogic scanners, in the setParam method: if enabled, allows the scanner to read, even if the active() function has not been called.
        See Also:
        Constant Field Values
      • SCAN_PARAM_BEEPER_TYPE

        static final int SCAN_PARAM_BEEPER_TYPE
        To be used with Datalogic scanners, in the setParam method: beeper type, dual-tone (0), monotone (1)
        See Also:
        Constant Field Values
      • BCD_PARAM_PREAMBLE_STRING

        static final int BCD_PARAM_PREAMBLE_STRING
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_POSTAMBLE_STRING

        static final int BCD_PARAM_POSTAMBLE_STRING
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_BARCODE_SYMBOLOGY_IDENTIFIER

        static final int BCD_PARAM_BARCODE_SYMBOLOGY_IDENTIFIER
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_NO_IDENTIFIER, 1 - BCD_PARAM_DATALOGIC_IDENTIFIER_AT_BEGINNING, 2 - BCD_PARAM_DATALOGIC_IDENTIFIER_AT_END, 3 - BCD_PARAM_AIM_IDENTIFIER_AT_BEGINNING, 4 - BCD_PARAM_AIM_IDENTIFIER_AT_END.
        See Also:
        Constant Field Values
      • BCD_PARAM_LINEAR_CODE_SEVERITY

        static final int BCD_PARAM_LINEAR_CODE_SEVERITY
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_MIN_SEVERITY, 1 - BCD_PARAM_LOW_SEVERITY, 2 - BCD_PARAM_MID_SEVERITY, 3 - BCD_PARAM_HIGH_SEVERITY, 4 - BCD_PARAM_MAX_SEVERITY.
        See Also:
        Constant Field Values
      • BCD_PARAM_QUIET_ZONE_TYPE

        static final int BCD_PARAM_QUIET_ZONE_TYPE
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_MIN_QUIET_ZONE, 1 - BCD_PARAM_STANDARD_QUIET_ZONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_REDUNDANCY

        static final int BCD_PARAM_CODE_39_REDUNDANCY
        To be used with Datalogic scanners, in the setParam method: Code39
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_MIN_TEXT_LENGTH

        static final int BCD_PARAM_CODE_39_MIN_TEXT_LENGTH
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_MAX_TEXT_LENGTH

        static final int BCD_PARAM_CODE_39_MAX_TEXT_LENGTH
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_CIP_CONVERSION

        static final int BCD_PARAM_CODE_39_CIP_CONVERSION
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_STANDARD

        static final int BCD_PARAM_CODE_39_STANDARD
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_STANDARD_CHECK_DIGIT

        static final int BCD_PARAM_CODE_39_STANDARD_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_STANDARD_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_39_STANDARD_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_FULL_ASCII_CONVERSION

        static final int BCD_PARAM_CODE_39_FULL_ASCII_CONVERSION
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_FULL_ASCII_CHECK_DIGIT

        static final int BCD_PARAM_CODE_39_FULL_ASCII_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_FULL_ASCII_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_39_FULL_ASCII_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_CODE_32_CONVERSION

        static final int BCD_PARAM_CODE_39_CODE_32_CONVERSION
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_CODE_32_CHECK_DIGIT

        static final int BCD_PARAM_CODE_39_CODE_32_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_CODE_32_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_39_CODE_32_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_39_CODE_32_REMOVE_A

        static final int BCD_PARAM_CODE_39_CODE_32_REMOVE_A
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_REDUNDANCY

        static final int BCD_PARAM_CODE_25_REDUNDANCY
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_MIN_TEXT_LENGTH

        static final int BCD_PARAM_CODE_25_MIN_TEXT_LENGTH
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_MAX_TEXT_LENGTH

        static final int BCD_PARAM_CODE_25_MAX_TEXT_LENGTH
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_INTERLEAVED

        static final int BCD_PARAM_CODE_25_INTERLEAVED
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_INTERLEAVED_CHECK_DIGIT

        static final int BCD_PARAM_CODE_25_INTERLEAVED_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_INTERLEAVED_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_25_INTERLEAVED_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_INDUSTRIAL

        static final int BCD_PARAM_CODE_25_INDUSTRIAL
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_INDUSTRIAL_CHECK_DIGIT

        static final int BCD_PARAM_CODE_25_INDUSTRIAL_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_INDUSTRIAL_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_25_INDUSTRIAL_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_MATRIX

        static final int BCD_PARAM_CODE_25_MATRIX
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_MATRIX_CHECK_DIGIT

        static final int BCD_PARAM_CODE_25_MATRIX_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_25_MATRIX_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_25_MATRIX_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_PLESSEY

        static final int BCD_PARAM_PLESSEY
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_PLESSEY_REDUNDANCY

        static final int BCD_PARAM_PLESSEY_REDUNDANCY
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_PLESSEY_MIN_TEXT_LENGTH

        static final int BCD_PARAM_PLESSEY_MIN_TEXT_LENGTH
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_PLESSEY_MAX_TEXT_LENGTH

        static final int BCD_PARAM_PLESSEY_MAX_TEXT_LENGTH
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_PLESSEY_CHECK_DIGIT

        static final int BCD_PARAM_PLESSEY_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_PLESSEY_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_PLESSEY_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODABAR

        static final int BCD_PARAM_CODABAR
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODABAR_REDUNDANCY

        static final int BCD_PARAM_CODABAR_REDUNDANCY
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODABAR_MIN_TEXT_LENGTH

        static final int BCD_PARAM_CODABAR_MIN_TEXT_LENGTH
        To be used with Datalogic scanners, in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODABAR_MAX_TEXT_LENGTH

        static final int BCD_PARAM_CODABAR_MAX_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODABAR_CHECK_DIGIT

        static final int BCD_PARAM_CODABAR_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODABAR_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODABAR_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_REDUNDANCY

        static final int BCD_PARAM_CODE_128_REDUNDANCY
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_MIN_TEXT_LENGTH

        static final int BCD_PARAM_CODE_128_MIN_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_MAX_TEXT_LENGTH

        static final int BCD_PARAM_CODE_128_MAX_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_STANDARD

        static final int BCD_PARAM_CODE_128_STANDARD
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_STANDARD_CHECK_DIGIT

        static final int BCD_PARAM_CODE_128_STANDARD_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_STANDARD_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_128_STANDARD_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_EAN

        static final int BCD_PARAM_CODE_128_EAN
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_EAN_CHECK_DIGIT

        static final int BCD_PARAM_CODE_128_EAN_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_EAN_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_128_EAN_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_11_REDUNDANCY

        static final int BCD_PARAM_CODE_11_REDUNDANCY
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_11_MIN_TEXT_LENGTH

        static final int BCD_PARAM_CODE_11_MIN_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_11_MAX_TEXT_LENGTH

        static final int BCD_PARAM_CODE_11_MAX_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_11

        static final int BCD_PARAM_CODE_11
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_11_CHECK_DIGIT_TYPE

        static final int BCD_PARAM_CODE_11_CHECK_DIGIT_TYPE
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_11_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_11_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_93_REDUNDANCY

        static final int BCD_PARAM_CODE_93_REDUNDANCY
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_93_MIN_TEXT_LENGTH

        static final int BCD_PARAM_CODE_93_MIN_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_93_MAX_TEXT_LENGTH

        static final int BCD_PARAM_CODE_93_MAX_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_93

        static final int BCD_PARAM_CODE_93
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_93_CHECK_DIGIT_TYPE

        static final int BCD_PARAM_CODE_93_CHECK_DIGIT_TYPE
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_93_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_93_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_MSI_REDUNDANCY

        static final int BCD_PARAM_CODE_MSI_REDUNDANCY
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_MSI_MIN_TEXT_LENGTH

        static final int BCD_PARAM_CODE_MSI_MIN_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_MSI_MAX_TEXT_LENGTH

        static final int BCD_PARAM_CODE_MSI_MAX_TEXT_LENGTH
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_MSI

        static final int BCD_PARAM_CODE_MSI
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_MSI_CHECK_DIGIT_TYPE

        static final int BCD_PARAM_CODE_MSI_CHECK_DIGIT_TYPE
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_MSI_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_CODE_MSI_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_UPC_REDUNDANCY

        static final int BCD_PARAM_EAN_UPC_REDUNDANCY
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_UPC_SUPPLEMENTAL_REDUNDANCY

        static final int BCD_PARAM_EAN_UPC_SUPPLEMENTAL_REDUNDANCY
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_UPC_SUPPLEMENTAL_2

        static final int BCD_PARAM_EAN_UPC_SUPPLEMENTAL_2
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_UPC_SUPPLEMENTAL_5

        static final int BCD_PARAM_EAN_UPC_SUPPLEMENTAL_5
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_UPC_SUPPLEMENTAL_AUTODISCRIMINATE

        static final int BCD_PARAM_EAN_UPC_SUPPLEMENTAL_AUTODISCRIMINATE
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_UPC_A

        static final int BCD_PARAM_UPC_A
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_UPC_A_CHECK_DIGIT

        static final int BCD_PARAM_UPC_A_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_UPC_A_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_UPC_A_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_UPC_A_TO_EAN_13

        static final int BCD_PARAM_UPC_A_TO_EAN_13
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_UPC_E

        static final int BCD_PARAM_UPC_E
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_UPC_E_CHECK_DIGIT

        static final int BCD_PARAM_UPC_E_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_UPC_E_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_UPC_E_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_UPC_E_CONVERSION_TYPE

        static final int BCD_PARAM_UPC_E_CONVERSION_TYPE
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_8

        static final int BCD_PARAM_EAN_8
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_8_CHECK_DIGIT

        static final int BCD_PARAM_EAN_8_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_8_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_EAN_8_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_8_TO_EAN_13

        static final int BCD_PARAM_EAN_8_TO_EAN_13
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_13

        static final int BCD_PARAM_EAN_13
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_13_CHECK_DIGIT

        static final int BCD_PARAM_EAN_13_CHECK_DIGIT
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_EAN_13_CHECK_DIGIT_TRANSMISSION

        static final int BCD_PARAM_EAN_13_CHECK_DIGIT_TRANSMISSION
        To be used with Datalogic scanners, in the setParam method. Possible values: 0 - BCD_PARAM_CODE_CHECK_C, 1 - BCD_PARAM_CODE_CHECK_K, 2 - BCD_PARAM_CODE_CHECK_C_AND_K, 3 - BCD_PARAM_CODE_CHECK_NONE.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_EAN_FIRST_GROUP_SEPARATOR

        static final int BCD_PARAM_CODE_128_EAN_FIRST_GROUP_SEPARATOR
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values
      • BCD_PARAM_CODE_128_EAN_GROUP_SEPARATOR_BYTE

        static final int BCD_PARAM_CODE_128_EAN_GROUP_SEPARATOR_BYTE
        To be used with Datalogic scanners = ; in the setParam method.
        See Also:
        Constant Field Values