to top
Datalogic APIs
public final enum

Gs1LabelSetTransmitMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.Gs1LabelSetTransmitMode

Class Overview

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.

Summary

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
static Gs1LabelSetTransmitMode valueOf(String name)
final static Gs1LabelSetTransmitMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Gs1LabelSetTransmitMode ALL_LABELS

Added in revision 36

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.

public static final Gs1LabelSetTransmitMode DISABLED

Added in revision 36

Disabled.

public static final Gs1LabelSetTransmitMode FIRST_LABEL

Added in revision 36

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.

public static final Gs1LabelSetTransmitMode PRIORITIZE_2D_LABEL

Added in revision 36

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.

Public Methods

public static Gs1LabelSetTransmitMode valueOf (String name)

Added in revision 36

public static final Gs1LabelSetTransmitMode[] values ()

Added in revision 36