Packagecom.distriqt.extension.scanner
Classpublic class Symbology
InheritanceSymbology Inheritance Object

This class defines the types of bar codes that are to be read by the Scanner. You should use these to place into the symbologies array in the ScannerOptions class.

See also

ScannerOptions


Public Constants
 ConstantDefined By
  CODE128 : int = 128
[static] Code 128
Symbology
  CODE39 : int = 39
[static] Code 39
Symbology
  CODE93 : int = 93
[static] Code 93
Symbology
  COMPOSITE : int = 15
[static] EAN/UPC composite
Symbology
  DATABAR : int = 34
[static] GS1 DataBar (RSS).
Symbology
  DATABAR_EXP : int = 35
[static] GS1 DataBar Expanded
Symbology
  EAN13 : int = 13
[static] EAN-13
Symbology
  EAN2 : int = 2
[static] GS1 2-digit add-on
Symbology
  EAN5 : int = 5
[static] GS1 5-digit add-on
Symbology
  EAN8 : int = 8
[static] EAN-8
Symbology
  I25 : int = 25
[static] Interleaved 2 of 5.
Symbology
  ISBN10 : int = 10
[static] ISBN-10 (from EAN-13).
Symbology
  ISBN13 : int = 14
[static] ISBN-13 (from EAN-13).
Symbology
  NONE : int = 0
[static]
Symbology
  PARTIAL : int = 1
[static] intermediate status
Symbology
  PDF417 : int = 57
[static] PDF417
Symbology
  QRCODE : int = 64
[static] QR Code
Symbology
  UPCA : int = 12
[static] UPC-A
Symbology
  UPCE : int = 9
[static] UPC-E
Symbology
Constant Detail
CODE128Constant
public static const CODE128:int = 128

Code 128

CODE39Constant 
public static const CODE39:int = 39

Code 39

CODE93Constant 
public static const CODE93:int = 93

Code 93

COMPOSITEConstant 
public static const COMPOSITE:int = 15

EAN/UPC composite

DATABARConstant 
public static const DATABAR:int = 34

GS1 DataBar (RSS).

DATABAR_EXPConstant 
public static const DATABAR_EXP:int = 35

GS1 DataBar Expanded

EAN13Constant 
public static const EAN13:int = 13

EAN-13

EAN2Constant 
public static const EAN2:int = 2

GS1 2-digit add-on

EAN5Constant 
public static const EAN5:int = 5

GS1 5-digit add-on

EAN8Constant 
public static const EAN8:int = 8

EAN-8

I25Constant 
public static const I25:int = 25

Interleaved 2 of 5.

ISBN10Constant 
public static const ISBN10:int = 10

ISBN-10 (from EAN-13).

ISBN13Constant 
public static const ISBN13:int = 14

ISBN-13 (from EAN-13).

NONEConstant 
public static const NONE:int = 0

PARTIALConstant 
public static const PARTIAL:int = 1

intermediate status

PDF417Constant 
public static const PDF417:int = 57

PDF417

QRCODEConstant 
public static const QRCODE:int = 64

QR Code

UPCAConstant 
public static const UPCA:int = 12

UPC-A

UPCEConstant 
public static const UPCE:int = 9

UPC-E