java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.ScannerProperties |
ScannerProperties
is the scanner property container class.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
aztec | Controls the Aztec barcode reading capabilities. | ||||||||||
codabar | Controls the Codabar barcode reading capabilities. | ||||||||||
code128 | Controls the Code 128, GS1-128 and ISBT 128 barcode reading capabilities. | ||||||||||
code39 | Controls the Code 39, Code 32 and Tri-Optic barcode reading capabilities. | ||||||||||
code93 | Controls the Code 93 barcode reading capabilities. | ||||||||||
composite | Controls the GS1 Composite barcode reading capabilities. | ||||||||||
datamatrix | Controls the Data Matrix barcode reading capabilities. | ||||||||||
digimarc | Controls the Digimarc barcode ™ reading capabilities. | ||||||||||
discrete25 | Controls the Discrete 2 of 5 barcode reading capabilities. | ||||||||||
displayNotification | Provides configuration for the display notification. | ||||||||||
dnotification | Provides configuration for decoding notifications. | ||||||||||
dotcode | Controls the DotCode barcode reading capabilities. | ||||||||||
ean13 | Controls the EAN-13 barcode reading capabilities. | ||||||||||
ean8 | Controls the EAN-8 barcode reading capabilities. | ||||||||||
extScannerSource | Provides configuration related to external scanner barcode injection functionalities. | ||||||||||
format | Provides configuration for formatting functionalities. | ||||||||||
frameCaptureConfiguration | Controls the frame capture feature. | ||||||||||
goodread | Provides configuration for good read notifications. | ||||||||||
gs1DataBar_14 | Controls the GS1 DataBar 14 barcode reading capabilities. | ||||||||||
gs1DataBar_Expanded | Controls the GS1 DataBar Expanded barcode reading capabilities. | ||||||||||
gs1DataBar_Limited | Controls the GS1 DataBar Limited barcode reading capabilities. | ||||||||||
hanXin | Controls the Han Xin barcode reading capabilities. | ||||||||||
intentWedge | Provides configuration for the Intent Wedge. | ||||||||||
interleaved25 | Controls the Interleaved 2 of 5 barcode reading capabilities. | ||||||||||
inverse | Controls the reverse decoding mode for linear and 2D barcodes. | ||||||||||
keyboardWedge | Provides configuration for the Keyboard Wedge. | ||||||||||
linearQZ | Controls the admitted valid margins for linear barcodes. | ||||||||||
matrix25 | Controls the Matrix 2 of 5 barcode reading capabilities. | ||||||||||
maxicode | Controls the Maxicode barcode reading capabilities. | ||||||||||
microQr | Controls the Micro QR Code barcode reading capabilities. | ||||||||||
micropdf417 | Controls the Micro PDF417 barcode reading capabilities. | ||||||||||
msi | Controls the MSI barcode reading capabilities. | ||||||||||
multiScan | Provides configuration related to Multi Scan functionalities. | ||||||||||
ocr | Controls the OCR reading capabilities. | ||||||||||
p4State | Controls the USPS 4-State barcode reading capabilities. | ||||||||||
pAus | Controls the Australia Post barcode reading capabilities. | ||||||||||
pJap | Controls the Japan Post barcode reading capabilities. | ||||||||||
pKix | Controls the KIX barcode reading capabilities. | ||||||||||
pPlanet | Controls the US PLANET barcode reading capabilities. | ||||||||||
pPostnet | Controls the US POSTNET barcode reading capabilities. | ||||||||||
pRM | Controls the Royal Mail barcode reading capabilities. | ||||||||||
pdf417 | Controls the PDF417 barcode reading capabilities. | ||||||||||
presentationMode | Provides configuration related to presentation mode functionalities. | ||||||||||
qrCode | Controls the QR Code barcode reading capabilities. | ||||||||||
scannerOptions | Provides configuration related to scanner functionalities. | ||||||||||
upcA | Controls the UPC-A barcode reading capabilities. | ||||||||||
upcE | Controls the UPC-E barcode reading capabilities. | ||||||||||
upcEanExtensions | Controls the UPC/EAN extensions reading capabilities. | ||||||||||
webWedge | Provides configuration for the Web wedge. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns all the ScannerProperties initialized with the actual values.
| |||||||||||
Provides a way to store the properties through a PropertyEditor.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
Controls the Codabar barcode reading capabilities.
Controls the Code 128, GS1-128 and ISBT 128 barcode reading capabilities.
Controls the Code 39, Code 32 and Tri-Optic barcode reading capabilities.
Controls the Code 93 barcode reading capabilities.
Controls the GS1 Composite barcode reading capabilities.
Controls the Data Matrix barcode reading capabilities.
Controls the Digimarc barcode ™ reading capabilities.
Controls the Discrete 2 of 5 barcode reading capabilities.
Provides configuration for the display notification.
Provides configuration for decoding notifications.
Controls the DotCode barcode reading capabilities.
Provides configuration related to external scanner barcode injection functionalities.
Provides configuration for formatting functionalities.
Controls the frame capture feature.
Provides configuration for good read notifications.
Controls the GS1 DataBar 14 barcode reading capabilities.
Controls the GS1 DataBar Expanded barcode reading capabilities.
Controls the GS1 DataBar Limited barcode reading capabilities.
Controls the Han Xin barcode reading capabilities.
Provides configuration for the Intent Wedge.
Controls the Interleaved 2 of 5 barcode reading capabilities.
Controls the reverse decoding mode for linear and 2D barcodes.
Provides configuration for the Keyboard Wedge.
Controls the admitted valid margins for linear barcodes.
Controls the Matrix 2 of 5 barcode reading capabilities.
Controls the Maxicode barcode reading capabilities.
Controls the Micro QR Code barcode reading capabilities.
Controls the Micro PDF417 barcode reading capabilities.
Provides configuration related to Multi Scan functionalities.
Controls the USPS 4-State barcode reading capabilities.
Controls the Australia Post barcode reading capabilities.
Controls the Japan Post barcode reading capabilities.
Controls the US PLANET barcode reading capabilities.
Controls the US POSTNET barcode reading capabilities.
Controls the Royal Mail barcode reading capabilities.
Provides configuration related to presentation mode functionalities.
Controls the QR Code barcode reading capabilities.
Provides configuration related to scanner functionalities.
Controls the UPC/EAN extensions reading capabilities.
Returns all the ScannerProperties initialized with the actual values.
editor | A PropertyGetter used to load the current barcode families and properties. |
---|
ScannerProperties
instance.
Provides a way to store the properties through a PropertyEditor.
to | PropertyEditor an editor used to load the current barcode families and properties. |
---|---|
persist | boolean if the property must be persistent or not across reboots. |
int
SUCCESS
vin case of success,
otherwise a possible error code, matching one of the ConfigException
error constants.ConfigException | in case of error, when exceptions are enabled through the ErrorManager singleton.
|
---|