java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.configuration.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:
DISABLED | Disabled. |
FIRST_LABEL | Send only the first GS1 label found with a given GTIN. The same label can be sent if the double read timeout has expired without decoding it. |
ALL_LABELS | Send all the labels found with a given GTIN, adding a prefix to identify the same label set. The same label set can be sent if the double read timeout has expired without decoding it. |
PRIORITIZE_2D_LABEL | Send 2D label with a given GTIN if decoded, otherwise send the 1D label if found and if the double read timeout has expired. |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gs1LabelSetTransmitMode | ALL_LABELS | Send all the labels found with a given GTIN, adding a prefix to identify the same label set. | |||||||||
Gs1LabelSetTransmitMode | DISABLED | Disabled. | |||||||||
Gs1LabelSetTransmitMode | FIRST_LABEL | Send only the first GS1 label found with a given GTIN. | |||||||||
Gs1LabelSetTransmitMode | PRIORITIZE_2D_LABEL | Send 2D label with a given GTIN if decoded, otherwise send the 1D label if found and if the double read timeout has expired. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Send all the labels found with a given GTIN, adding a prefix to identify the same label set. The same label set can be sent if the double read timeout has expired without decoding it.
Send only the first GS1 label found with a given GTIN. The same label can be sent if the double read timeout has expired without decoding it.
Send 2D label with a given GTIN if decoded, otherwise send the 1D label if found and if the double read timeout has expired.