to top
Datalogic APIs
public final enum

SendCodeID

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

Class Overview

SendCodeID is an enumeration defining the type of identifier to be transmitted with the scanned data. The type is one of:

DATALOGIC_IDENTIFIER_BEFORE_LABEL ID + " " + data
AIM_IDENTIFIER_BEFORE_LABEL ] + ID + modifier + data
USERDEFINED_IDENTIFIER_BEFORE_LABEL ID + data
DATALOGIC_IDENTIFIER_AFTER_LABEL data + " " + ID
USERDEFINED_IDENTIFIER_AFTER_LABEL data + ID
NONE No identifier to be transmitted

Summary

Enum Values
SendCodeID  AIM_IDENTIFIER_BEFORE_LABEL  Transmit the AIM symbology identifier before the barcode data  
SendCodeID  DATALOGIC_IDENTIFIER_AFTER_LABEL  Transmit Datalogic legacy label identifier after the barcode data  
SendCodeID  DATALOGIC_IDENTIFIER_BEFORE_LABEL  Transmit Datalogic legacy label identifier before the barcode data  
SendCodeID  NONE  No identifier is transmitted with the decoded label  
SendCodeID  USERDEFINED_IDENTIFIER_AFTER_LABEL  Transmit a user identifier label after the barcode data  
SendCodeID  USERDEFINED_IDENTIFIER_BEFORE_LABEL  Transmit a user identifier label before the barcode data  
Public Methods
static SendCodeID valueOf(String name)
final static SendCodeID[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SendCodeID AIM_IDENTIFIER_BEFORE_LABEL

Added in revision 1

Transmit the AIM symbology identifier before the barcode data

public static final SendCodeID DATALOGIC_IDENTIFIER_AFTER_LABEL

Added in revision 1

Transmit Datalogic legacy label identifier after the barcode data

public static final SendCodeID DATALOGIC_IDENTIFIER_BEFORE_LABEL

Added in revision 1

Transmit Datalogic legacy label identifier before the barcode data

public static final SendCodeID NONE

Added in revision 1

No identifier is transmitted with the decoded label

public static final SendCodeID USERDEFINED_IDENTIFIER_AFTER_LABEL

Added in revision 1

Transmit a user identifier label after the barcode data

public static final SendCodeID USERDEFINED_IDENTIFIER_BEFORE_LABEL

Added in revision 1

Transmit a user identifier label before the barcode data

Public Methods

public static SendCodeID valueOf (String name)

Added in revision 1

public static final SendCodeID[] values ()

Added in revision 1