Skip navigation links

Package com.datalogic.decode.configuration

Contains high-level classes encapsulating the overall Datalogic device configuration model.

See: Description

Package com.datalogic.decode.configuration Description

Contains high-level classes encapsulating the overall Datalogic device configuration model.

A set of classes provides an interface to set-up and manage linear barcode families:

Class Symbology
Codabar Codabar
Code39 Code 39, Code 32 and Tri-Optic
Code93 Code 93
Code128 Code 128, GS1-128 and ISBT 128
Discrete25 Discrete 2 of 5
Ean8 EAN-8
Ean13 EAN-13
Gs1DataBar_14 GS1 DataBar 14
Gs1DataBar_Expanded GS1 DataBar Expanded
Gs1DataBar_Limited GS1 DataBar Limited
Interleaved25 Interleaved 2 of 5
Matrix25 Matrix 2 of 5
Msi MSI
UpcA UPC-A
UpcE UPC-E
UpcEanExtensions UPC/EAN extension configuration
LinearQuietZones Linear barcode quiet zones configuration

A set of classes provides an interface to set-up and manage 2D barcode families:

Class Symbology
Aztec Aztec
Datamatrix Data Matrix
DotCode DotCode
Maxicode Maxicode
Micropdf417 Micro PDF417
MicroQR Micro QR Code
Pdf417 PDF417
QRCode QR Code

A set of classes provides an interface to set-up and manage postal barcode families:

Class Symbology
PostalAustralian Australia Post
PostalJapan Japan Post
PostalKix KIX
PostalRoyalMail Royal Mail
PostalUsPlanet US PLANET
PostalUsPostnet US POSTNET
PostalUsps4State USPS 4-State

A set of classes provides an interface to set-up and manage digital watermarking:

Class Technology
Digimarc Digimarc barcode ™

A set of classes provide an interface to set-up and manage Composite barcode families:

Class Symbology
Composite EAN.UCC Composite (CC-A, CC-B and CC-C) and GS1 Composite

While a different set of classes provides an interface to set-up and manage specific barcode reader parameters:

Class Usage
BeamMode The operating beam mode
DecodingNotification The generated notification on a successful read
DisplayNotification A displaying message, containing the barcode result
Formatting The different properties related to the barcodes text formatting.
GoodRead The generated type of notification on a successful read.
IntentDeliveryMode The method by which the IntentWedge is delivered.
IntentWedge The decode wedge capability with the intent mode.
KeyboardWedge The decode wedge capability with the keystroke mode.
KeyWedgeMode The method by which the KeyboardWedge operates.
ScannerOptions Contains access to serveral specific scanner functionalities.
MultiScan A way to collect multiple labels in a single scanning operating session.
ScannerProperties Contains all the different barcode classes.
SendCodeID The type of identifier to be transmitted with the scanned data.
WebWedge The class that enables direct web browsing through scanned labels.

For information about using some the classes in this package, see the following documents: BarcodeManager and BarcodeDefaults.

Skip navigation links