java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.Digimarc |
Digimarc
® is the class that configures the Digimarc barcode ™ reading capability.
The technology requires specific devices equipped with certain Datalogic scan engines.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
dataFormat | dataFormat This paramater configures which data format is used for Digimarc barcode. |
||||||||||
enable | enable enables or disables the symbology. |
||||||||||
priority | priority This parameter configures the frequency used to try to decode using Digimarc, lower values are higher priority for Digimarc. |
||||||||||
userID | userID specifies the symbology identifier (if any). |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of Digimarc.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
dataFormat
This paramater configures which data format is used for Digimarc barcode.
priority
This parameter configures the frequency used to try to decode using Digimarc, lower values are higher priority for Digimarc.
userID
specifies the symbology identifier (if any).
The symbology identifier is sent with the label when the
global decode property sendCodeId
is set to
USERDEFINED_IDENTIFIER_BEFORE_LABEL
or USERDEFINED_IDENTIFIER_AFTER_LABEL
.
This is the constructor of Digimarc. All options are initialized by editor.
editor | A PropertyGetter used to load the current reading technology.
|
---|