java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.PostalRoyalMail |
PostalRoyalMail
is the class that configures the Postal Royal
Mail.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enable | enable enables or disables the symbology. |
||||||||||
sendChecksum | sendChecksum includes the Royal Mail checksum in the label
transmission. |
||||||||||
userID | userID specifies the symbology identifier (if any). |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of PostalRoyalMail.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
sendChecksum
includes the Royal Mail checksum in the label
transmission.
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 PostalRoyalMail. All symbology options are initialized by editor.
editor | A PropertyGetter used to load the current barcode family.
|
---|