public class ScannerProperties extends PropertyGroup
ScannerProperties is the scanner property container class.| Modifier and Type | Field and Description |
|---|---|
Aztec |
aztec
Controls the Aztec barcode reading capabilities.
|
Codabar |
codabar
Controls the Codabar barcode reading capabilities.
|
Code128 |
code128
Controls the Code 128, GS1-128 and ISBT 128 barcode reading capabilities.
|
Code39 |
code39
Controls the Code 39, Code 32 and Tri-Optic barcode reading capabilities.
|
Code93 |
code93
Controls the Code 93 barcode reading capabilities.
|
Composite |
composite
Controls the GS1 Composite barcode reading capabilities.
|
Datamatrix |
datamatrix
Controls the Data Matrix barcode reading capabilities.
|
Digimarc |
digimarc
Controls the Digimarc barcode ™ reading capabilities.
|
Discrete25 |
discrete25
Controls the Discrete 2 of 5 barcode reading capabilities.
|
DisplayNotification |
displayNotification
Provides configuration for the display notification.
|
DecodingNotification |
dnotification
Provides configuration for decoding notifications.
|
DotCode |
dotcode
Controls the DotCode barcode reading capabilities.
|
Ean13 |
ean13
Controls the EAN-13 barcode reading capabilities.
|
Ean8 |
ean8
Controls the EAN-8 barcode reading capabilities.
|
Formatting |
format
Provides configuration for formatting functionalities.
|
FrameCaptureConfiguration |
frameCaptureConfiguration
Controls the frame capture feature.
|
GoodRead |
goodread
Provides configuration for good read notifications.
|
Gs1DataBar_14 |
gs1DataBar_14
Controls the GS1 DataBar 14 barcode reading capabilities.
|
Gs1DataBar_Expanded |
gs1DataBar_Expanded
Controls the GS1 DataBar Expanded barcode reading capabilities.
|
Gs1DataBar_Limited |
gs1DataBar_Limited
Controls the GS1 DataBar Limited barcode reading capabilities.
|
IntentWedge |
intentWedge
Provides configuration for the Intent Wedge.
|
Interleaved25 |
interleaved25
Controls the Interleaved 2 of 5 barcode reading capabilities.
|
Inverse |
inverse
Controls the reverse decoding mode for linear and 2D barcodes.
|
KeyboardWedge |
keyboardWedge
Provides configuration for the Keyboard Wedge.
|
LinearQuietZones |
linearQZ
Controls the admitted valid margins for linear barcodes.
|
Matrix25 |
matrix25
Controls the Matrix 2 of 5 barcode reading capabilities.
|
Maxicode |
maxicode
Controls the Maxicode barcode reading capabilities.
|
Micropdf417 |
micropdf417
Controls the Micro PDF417 barcode reading capabilities.
|
MicroQR |
microQr
Controls the Micro QR Code barcode reading capabilities.
|
Msi |
msi
Controls the MSI barcode reading capabilities.
|
MultiScan |
multiScan
Provides configuration related to Multi Scan functionalities.
|
PostalUsps4State |
p4State
Controls the USPS 4-State barcode reading capabilities.
|
PostalAustralian |
pAus
Controls the Australia Post barcode reading capabilities.
|
Pdf417 |
pdf417
Controls the PDF417 barcode reading capabilities.
|
PostalJapan |
pJap
Controls the Japan Post barcode reading capabilities.
|
PostalKix |
pKix
Controls the KIX barcode reading capabilities.
|
PostalUsPlanet |
pPlanet
Controls the US PLANET barcode reading capabilities.
|
PostalUsPostnet |
pPostnet
Controls the US POSTNET barcode reading capabilities.
|
PresentationMode |
presentationMode
Provides configuration related to presentation mode functionalities.
|
PostalRoyalMail |
pRM
Controls the Royal Mail barcode reading capabilities.
|
QRCode |
qrCode
Controls the QR Code barcode reading capabilities.
|
ScannerOptions |
scannerOptions
Provides configuration related to scanner functionalities.
|
UpcA |
upcA
Controls the UPC-A barcode reading capabilities.
|
UpcE |
upcE
Controls the UPC-E barcode reading capabilities.
|
UpcEanExtensions |
upcEanExtensions
Controls the UPC/EAN extensions reading capabilities.
|
WebWedge |
webWedge
Provides configuration for the Web wedge.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ScannerProperties()
This is an empty constructor that will not be used.
|
| Modifier and Type | Method and Description |
|---|---|
static ScannerProperties |
edit(PropertyGetter editor)
Returns all the ScannerProperties initialized with the actual values.
|
int |
store(PropertyEditor to,
boolean persist)
Provides a way to store the properties through a PropertyEditor.
|
getGroups, getId, getName, getProperties, getPropertyById, getPropertyByName, getPropertyGroupById, getPropertyGroupByName, isFullySupported, isSupported, load, setToDefaultpublic DecodingNotification dnotification
DecodingNotificationpublic Formatting format
Formattingpublic ScannerOptions scannerOptions
ScannerOptionspublic PresentationMode presentationMode
PresentationModepublic MultiScan multiScan
MultiScanpublic IntentWedge intentWedge
IntentWedgepublic KeyboardWedge keyboardWedge
KeyboardWedgepublic DisplayNotification displayNotification
DisplayNotificationpublic Code39 code39
Code39public Code128 code128
Code128public UpcEanExtensions upcEanExtensions
UpcEanExtensionspublic Gs1DataBar_14 gs1DataBar_14
Gs1DataBar_14public Gs1DataBar_Expanded gs1DataBar_Expanded
Gs1DataBar_Expandedpublic Gs1DataBar_Limited gs1DataBar_Limited
Gs1DataBar_Limitedpublic Interleaved25 interleaved25
Interleaved25public Discrete25 discrete25
Discrete25public LinearQuietZones linearQZ
LinearQuietZonespublic Datamatrix datamatrix
Datamatrixpublic Micropdf417 micropdf417
Micropdf417public PostalAustralian pAus
PostalAustralianpublic PostalJapan pJap
PostalJapanpublic PostalRoyalMail pRM
PostalRoyalMailpublic PostalUsPlanet pPlanet
PostalUsPlanetpublic PostalUsPostnet pPostnet
PostalUsPostnetpublic PostalUsps4State p4State
PostalUsps4Statepublic Composite composite
Compositepublic Inverse inverse
Inversepublic FrameCaptureConfiguration frameCaptureConfiguration
FrameCaptureConfigurationprotected ScannerProperties()
public static ScannerProperties edit(PropertyGetter editor)
editor - A PropertyGetter used to load the current barcode families and properties.ScannerProperties instance.public int store(PropertyEditor to, boolean persist)
store in class PropertyGroupto - 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 ConfigException.SUCCESSvin 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.