Com.Datalogic.Decode.Configuration Namespace |
Class | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Aztec | |||||||||||
![]() |
BeamMode | |||||||||||
![]() |
CameraWedge | CameraWedge is the class that allows to configure the scanner
to act in place of the rear camera of the device. This means that, when the
camera wedge is enabled and an app using the rear camera is opened, it will
start the scanner instead of using the standard rear camera of the device.
With the scanner active, the barcodes that are decoded will be shown back in
the preview of the rear camera opened by the application. This allows for an
integration of the scanner with application2 that normally take advantage of
the rear camera for decoding. |
||||||||||
![]() |
CameraWedgeBarcodeOrientation | The CameraWedgeBarcodeOrientation is an enumeration defining the orientation
of the barcode generated by the camera wedge. |
||||||||||
![]() |
CameraWedgeBarcodePosition | The CameraWedgeBarcodePosition is an enumeration defining the position
of the barcode generated by the camera wedge. |
||||||||||
![]() |
CameraWedgeBarcodeType | The CameraWedgeBarcodeType is an enumeration defining the symbology
of the barcode generated by the camera wedge. |
||||||||||
![]() |
CharacterSetMode | |||||||||||
![]() |
Codabar | |||||||||||
![]() |
Code128 | Code128 is the class that configures the Code 128, GS1-128 and ISBT 128 Symbologies. |
||||||||||
![]() |
Code128Aggressiveness | |||||||||||
![]() |
Code128ExtendedAsciiMode | Code128ExtendedAsciiMode is an enumeration defining the Extended ASCII support for Code 128 barcodes.
This enumeration specifies the allowed options.
The type is one of:
|
||||||||||
![]() |
Code39 | |||||||||||
![]() |
Code39Aggressiveness | |||||||||||
![]() |
Code93 | |||||||||||
![]() |
Composite | |||||||||||
![]() |
Datamatrix | Datamatrix is the class that configures the Data Matrix
Symbology. |
||||||||||
![]() |
DatamatrixAggressiveness | |||||||||||
![]() |
DatamatrixMirror | |||||||||||
![]() |
DatamatrixOpMode | |||||||||||
![]() |
DecodeResultCrop | DecodeResultCrop is the class that allows to configure the
decode result in order to include a crop of the decoded barcode or OCR. |
||||||||||
![]() |
DecodingNotification | DecodingNotification is the class that configures the
notification to produce on a successful read . |
||||||||||
![]() |
Digimarc | Digimarc ® is the class that configures the Digimarc barcode ™ reading capability.
The technology requires specific devices equipped with certain Datalogic scan engines. |
||||||||||
![]() |
DigimarcDataFormat | The DigimarcDataFormat is an enumeration defining the format
used for Digimarc barcode.
The type is one of:
|
||||||||||
![]() |
Discrete25 | |||||||||||
![]() |
DisplayNotification | |||||||||||
![]() |
DotCode | |||||||||||
![]() |
ECIPolicy | The ECIPolicy is an enumeration defining the policy
for the ECI protocoll.
The type is one of:
|
||||||||||
![]() |
Ean13 | Ean13 is the class that configures the EAN-13 Symbology. |
||||||||||
![]() |
Ean8 | |||||||||||
![]() |
ExtScannerSource | ExtScannerSource is the class that configures the possibility to
receive barcode results from an external scanner. |
||||||||||
![]() |
Formatting | Formatting is the class that configures the properties related
to barcode text formatting. |
||||||||||
![]() |
FrameCaptureConfiguration | FrameCaptureConfiguration is the class responsible for configuring the scanner to capture,
store, and provide frames during barcode scanning operations. This configuration allows to specify
how the scanner should handle frame capture, including the format, storage options, and
the location where captured frames will be saved.
The frame capture can be monitored using two types of listeners:
|
||||||||||
![]() |
FrameCaptureFormat | The FrameCaptureFileType is an enumeration defining the file type
for the frames captured by the Scanner. |
||||||||||
![]() |
FrameCaptureMode | The FrameCaptureMode is an enumeration defining the operating frame
capture mode. |
||||||||||
![]() |
GoodRead | The GoodRead class configures various types of notifications that are triggered
upon a successful read. It includes options for enabling or disabling different notification methods,
such as LED indicators, vibration, and an overlay on the screen.
The class provides properties for customizing each type of notification, allowing developers to fine-tune the user experience based on their specific requirements.
The |
||||||||||
![]() |
GoodReadOverlayDisplayPolicy | The GoodReadOverlayDisplayPolicy is an enumeration defining how to display the
Good Read Overlay. |
||||||||||
![]() |
GoodReadOverlayPositionPolicy | The GoodReadOverlayPositionPolicy is an enumeration defining which position to use for the
Good Read Overlay |
||||||||||
![]() |
GoodReadOverlayShapePolicy | The GoodReadOverlayShapePolicy is an enumeration defining which shape to use for the
Good Read Overlay |
||||||||||
![]() |
Gs1Conversion2d | Gs1Conversion2d is an enumeration defining the conversion used for GS1 2D barcodes.
The type is one of:
|
||||||||||
![]() |
Gs1DataBar_14 | |||||||||||
![]() |
Gs1DataBar_Expanded | |||||||||||
![]() |
Gs1DataBar_Limited | |||||||||||
![]() |
Gs1LabelSetTransmitMode | Gs1LabelSetTransmitMode is an enumeration defining the mode used to transmit GS1 label sets.
A label set consists of all the GS1 barcodes that have the same GTIN value.
The type is one of:
|
||||||||||
![]() |
GtinFormat | GtinFormat is an enumeration defining the format used when converting a barcode to its GTIN representation.
The type is one of:
|
||||||||||
![]() |
HanXin | |||||||||||
![]() |
IlluminationTime | |||||||||||
![]() |
IlluminationType | |||||||||||
![]() |
ImageCaptureProfile | |||||||||||
![]() |
InputType | The InputType is an enumeration defining the input device to use
for capturing frames.
The type is one of:
|
||||||||||
![]() |
IntentDeliveryMode | |||||||||||
![]() |
IntentWedge | IntentWedge is the class that configures the Decode Wedge
capability with the intent mode. This means that the label is sent to the
foreground application in the form of an implicit intent. In order to
retrieve the label type string, "com.datalogic.decodewedge.label_type" is the
name argument to be used with Intent.getStringExtra(). In order to retrieve
the output data as string, "com.datalogic.decodewedge.data_string" is the
name argument to be used with Intent.getStringExtra() . In case of
concatenated barcodes, the decode data is concatenated and sent out as a
single string. In order to retrieve the output data as a list of byte arrays,
"com.datalogic.decodewedge.decode_data" is the name argument to be used with
Intent.getSerializableExtra(). For barcode symbologies that support
concatenation, the decode data is stored in multiple byte arrays (one byte
array per bar code). Clients can get data in each byte array by passing an
index. |
||||||||||
![]() |
Interleaved25 | |||||||||||
![]() |
Interleaved25Aggressiveness | |||||||||||
![]() |
Inverse | |||||||||||
![]() |
InverseMode | |||||||||||
![]() |
Isbt128Mode | |||||||||||
![]() |
KeyWedgeMode | |||||||||||
![]() |
KeyboardWedge | KeyboardWedge is the class that configures the Decode Wedge
capability with the keystroke mode. |
||||||||||
![]() |
LengthControlMode | |||||||||||
![]() |
LinearQuietZones | |||||||||||
![]() |
Matrix25 | |||||||||||
![]() |
Maxicode | |||||||||||
![]() |
MicroQR | |||||||||||
![]() |
Micropdf417 | |||||||||||
![]() |
Msi | |||||||||||
![]() |
MsiAggressiveness | |||||||||||
![]() |
MultiScan | |||||||||||
![]() |
OCR | OCR is the class that configure the MRZ reader. |
||||||||||
![]() |
PartialResultMode | |||||||||||
![]() |
Pdf417 | |||||||||||
![]() |
PostalAustralian | |||||||||||
![]() |
PostalJapan | |||||||||||
![]() |
PostalKix | |||||||||||
![]() |
PostalRoyalMail | |||||||||||
![]() |
PostalUsPlanet | |||||||||||
![]() |
PostalUsPostnet | |||||||||||
![]() |
PostalUsps4State | |||||||||||
![]() |
PresentationMode | PresentationMode is the class that configures the presentation mode functionalities. |
||||||||||
![]() |
PreviewDisplayMode | The PreviewDisplayMode is an enumeration defining the mode used
while showing the camera preview if the selected input device is a camera
(front or rear).
The type is one of:
|
||||||||||
![]() |
QRCode | QRCode is the class that configures the QR Code Symbology. |
||||||||||
![]() |
QRMirror | |||||||||||
![]() |
ScanMode | |||||||||||
![]() |
ScannerOptions | ScannerOptions is the class that configures the scanner target
beam and other scanner functionalities. |
||||||||||
![]() |
ScannerProperties | ScannerProperties is the scanner property container class. |
||||||||||
![]() |
SendCodeID | |||||||||||
![]() |
SnapOcr | SnapOcr is the class that configures the Snap OCR feature, used to capture
and provide OCR text found in the scanner/camera frames. |
||||||||||
![]() |
SnapOcrFirstSelectionMode | The SnapOcrFirstSelectionMode is an enumeration defining the first
selection mode for the Snap OCR.
The type is one of:
|
||||||||||
![]() |
SnapOcrResultSettings | SnapOcrResultSettings is the class that configures the Snap OCR settings related to
the OCR results. |
||||||||||
![]() |
SnapOcrResultsCombination | The SnapOcrResultsCombination is an enumeration defining the way in which
the OCR results are combined.
The type is one of:
|
||||||||||
![]() |
SnapOcrRoiSettings | Class defining the ROI settings used in Snap OCR when the first selection mode is
set to ROI_PROPOSE or ROI_SEND. |
||||||||||
![]() |
SnapOcrRoiSettings+InternalRoi | |||||||||||
![]() |
SnapOcrRoiSettings+ReferenceRoi | |||||||||||
![]() |
SnapOcrScanningPolicy | The SnapOcrScanningPolicy is an enumeration defining the scanning
policy used when the Snap OCR is enabled.
The type is one of:
|
||||||||||
![]() |
SnapOcrUiCustomization | SnapOcrUiCustomization is the class that configures the Snap OCR settings related to
the UI customization. |
||||||||||
![]() |
SymbologyBase | |||||||||||
![]() |
SymbologyLengths | |||||||||||
![]() |
Tlc39 | Tlc39 is the class that configures the TLC 39 Symbology. |
||||||||||
![]() |
ToneNotificationChannel | |||||||||||
![]() |
ToneNotificationMode | ToneNotificationMode is an enumeration defining the audio notification mode, subject to Good read rules. |
||||||||||
![]() |
UpcA | |||||||||||
![]() |
UpcE | |||||||||||
![]() |
UpcEanAggressiveness | |||||||||||
![]() |
UpcEanCompositeMode | |||||||||||
![]() |
UpcEanExtensions | |||||||||||
![]() |
WebWedge |