sdt.brc
public class BarcodeReaderResult extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
bottom |
long |
direction
Barcode reading direction.
|
long |
left |
long |
right |
long |
top |
long |
type
Barcode type.
|
Constructor and Description |
---|
BarcodeReaderResult() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryValue()
Returns binary Barcode value.
|
java.lang.String |
getTypeName()
Returns name of the barcode type.
|
java.lang.String |
getValue()
Returns Barcode value.
|
public long type
BarcodeReader.SDTBARCODE_CODABAR
BarcodeReader.SDTBARCODE_CODABAR
BarcodeReader.SDTBARCODE_CODE128
BarcodeReader.SDTBARCODE_CODE32
BarcodeReader.SDTBARCODE_CODE39
BarcodeReader.SDTBARCODE_CODE93
BarcodeReader.SDTBARCODE_CODE11
BarcodeReader.SDTBARCODE_EAN13
BarcodeReader.SDTBARCODE_EAN8
BarcodeReader.SDTBARCODE_EAN5
BarcodeReader.SDTBARCODE_I2OF5
BarcodeReader.SDTBARCODE_PATCH_CODE
BarcodeReader.SDTBARCODE_POSTNET
BarcodeReader.SDTBARCODE_PLUS2
BarcodeReader.SDTBARCODE_PLUS5
BarcodeReader.SDTBARCODE_UPCA
BarcodeReader.SDTBARCODE_UPCB
BarcodeReader.SDTBARCODE_INTELLIMAIL
BarcodeReader.SDTBARCODE_MSI
BarcodeReader.SDTBARCODE_UPCE
BarcodeReader.SDTBARCODE_PHARMACODE
BarcodeReader.SDTBARCODE_DATAMATRIX
BarcodeReader.SDTBARCODE_PDF417
BarcodeReader.SDTBARCODE_QRCODE
public long direction
BarcodeReader.SDTREADDIRECTION_LTR
BarcodeReader.SDTREADDIRECTION_RTL
BarcodeReader.SDTREADDIRECTION_TTB
BarcodeReader.SDTREADDIRECTION_BTT
public long left
public long top
public long right
public long bottom
public byte[] getBinaryValue()
public java.lang.String getValue()
public java.lang.String getTypeName()