Gs1LabelSetTransmitMode Class |
Gs1LabelSetTransmitMode| 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. This is known as software Mode 1 by the GS1 specification. |
| 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. This is known as software Mode 3 by the GS1 specification. |
| 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. This is known as software Mode 2 by the GS1 specification. |
The Gs1LabelSetTransmitMode type exposes the following members.
| Name | Description | |
|---|---|---|
| AllLabels | To be added. | |
| Disabled | Disabled. | |
| FirstLabel | To be added. | |
| JniPeerMembers | To be added. | |
| Prioritize2dLabel | To be added. | |
| ThresholdClass | To be added. | |
| ThresholdType | To be added. |
| Name | Description | |
|---|---|---|
| ValueOf | Returns the enum constant of this class with the specified name. | |
| Values | Returns an array containing the constants of this enum class, in
the order they are declared. |
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. This is known as software Mode 1 by the GS1 specification. |
| 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. This is known as software Mode 3 by the GS1 specification. |
| 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. This is known as software Mode 2 by the GS1 specification. |