java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.configuration.SendCodeID |
SendCodeID
is an enumeration defining the type of
identifier to be transmitted with the scanned data.
The type is one of:
DATALOGIC_IDENTIFIER_BEFORE_LABEL | ID + " " + data |
AIM_IDENTIFIER_BEFORE_LABEL | ] + ID + modifier + data |
USERDEFINED_IDENTIFIER_BEFORE_LABEL | ID + data |
DATALOGIC_IDENTIFIER_AFTER_LABEL | data + " " + ID |
USERDEFINED_IDENTIFIER_AFTER_LABEL | data + ID |
NONE | No identifier to be transmitted |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SendCodeID | AIM_IDENTIFIER_BEFORE_LABEL | Transmit the AIM symbology identifier before the barcode data | |||||||||
SendCodeID | DATALOGIC_IDENTIFIER_AFTER_LABEL | Transmit Datalogic legacy label identifier after the barcode data | |||||||||
SendCodeID | DATALOGIC_IDENTIFIER_BEFORE_LABEL | Transmit Datalogic legacy label identifier before the barcode data | |||||||||
SendCodeID | NONE | No identifier is transmitted with the decoded label | |||||||||
SendCodeID | USERDEFINED_IDENTIFIER_AFTER_LABEL | Transmit a user identifier label after the barcode data | |||||||||
SendCodeID | USERDEFINED_IDENTIFIER_BEFORE_LABEL | Transmit a user identifier label before the barcode data |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Transmit the AIM symbology identifier before the barcode data
Transmit Datalogic legacy label identifier after the barcode data
Transmit Datalogic legacy label identifier before the barcode data
No identifier is transmitted with the decoded label
Transmit a user identifier label after the barcode data
Transmit a user identifier label before the barcode data