Click or drag to resize

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.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.Gs1LabelSetTransmitMode

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Gs1LabelSetTransmitMode : Enum

The Gs1LabelSetTransmitMode type exposes the following members.

Properties
NameDescription
Public propertyAllLabels
To be added.
Public propertyDisabled
Disabled.
Public propertyFirstLabel
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyPrioritize2dLabel
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
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.

[Android Documentation]

See Also