to top
Datalogic APIs
public class

ExtScannerSource

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.ExtScannerSource

Class Overview

ExtScannerSource is the class that configures the possibility to receive barcode results from an external scanner.

Summary

Fields
public BooleanProperty enable enable enables the injection of barcode results from an external scanner to the scanner service.
public BooleanProperty standardFormatterEnable standardFormatterEnable enables the execution of the Standard Formatter during barcode injection.
Public Constructors
ExtScannerSource(PropertyGetter editor)
This is the constructor of ExtScannerSource.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty enable

Added in revision 38

enable enables the injection of barcode results from an external scanner to the scanner service.

public BooleanProperty standardFormatterEnable

Added in revision 38

standardFormatterEnable enables the execution of the Standard Formatter during barcode injection.

Public Constructors

public ExtScannerSource (PropertyGetter editor)

Added in revision 38

This is the constructor of ExtScannerSource. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current configuration class.