Click or drag to resize

UpcEanCompositeMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationUpcEanCompositeMode

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 sealed class UpcEanCompositeMode : Enum

The UpcEanCompositeMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAlwaysLinked
Force the only transmission of UPC/EAN labels associable with Composite 2D components.
Public propertyStatic memberAuto
Auto recognize the presence of UPC/EAN labels and Composite 2D component.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNeverLinked
Transmit the only UPC/EAN part of a GS1 Composite barcode, if found
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
UpcEanCompositeMode is an enumeration defining the type of transmission in use for GS1 Composite labels containing UPC/EAN barcodes. UPC/EAN barcode is transmitted always as the first part of a GS1 Composite label. The UpcEanCompositeMode class discriminate the recognition of linear UPC/EAN part in a GS1 Composite label. The type is one of:
AUTOTransmit UPC/EAN labels and then Composite CC-A or Composite CC-B 2D component, if found
ALWAYS_LINKEDTransmit UPC/EAN labels only if close to Composite CC-A or Composite CC-B 2D components
NEVER_LINKEDTransmit only UPC/EAN labels independently from Composite CC-A or Composite CC-B 2D presence

[Android Documentation]

See Also