- sdt.brc - package sdt.brc
-
- SDTBARCODE_ALL_1D - Static variable in class sdt.brc.BarcodeReader
-
All 1-D Barcodes flag (0x0001ffff).
- SDTBARCODE_ALL_2D - Static variable in class sdt.brc.BarcodeReader
-
All 2-D Barcodes flag (0x000e0000).
- SDTBARCODE_CODABAR - Static variable in class sdt.brc.BarcodeReader
-
Codabar barcode type flag (0x00000001).
- SDTBARCODE_CODE11 - Static variable in class sdt.brc.BarcodeReader
-
Code 11 barcode type flag (0x00000020).
- SDTBARCODE_CODE128 - Static variable in class sdt.brc.BarcodeReader
-
Code 128 barcode type flag (0x00000002).
- SDTBARCODE_CODE32 - Static variable in class sdt.brc.BarcodeReader
-
Code 32 barcode type flag (0x00000004).
- SDTBARCODE_CODE39 - Static variable in class sdt.brc.BarcodeReader
-
Code 39 barcode type flag (0x00000008).
- SDTBARCODE_CODE93 - Static variable in class sdt.brc.BarcodeReader
-
Code 93 barcode type flag (0x00000010).
- SDTBARCODE_DATAMATRIX - Static variable in class sdt.brc.BarcodeReader
-
DataMatrix barcode type flag (0x00020000)
- SDTBARCODE_EAN13 - Static variable in class sdt.brc.BarcodeReader
-
EAN13 barcode type flag (0x00000040).
- SDTBARCODE_EAN5 - Static variable in class sdt.brc.BarcodeReader
-
EAN5 barcode type flag (0x00000100).
- SDTBARCODE_EAN8 - Static variable in class sdt.brc.BarcodeReader
-
EAN8 barcode type flag (0x00000080).
- SDTBARCODE_I2OF5 - Static variable in class sdt.brc.BarcodeReader
-
I2of5 barcode type flag (0x00000200).
- SDTBARCODE_INTELLIMAIL - Static variable in class sdt.brc.BarcodeReader
-
Intelligent Mail barcode type flag (0x00010000)
- SDTBARCODE_MSI - Static variable in class sdt.brc.BarcodeReader
-
MSI barcode type flag (0x00100000)
- SDTBARCODE_PATCH_CODE - Static variable in class sdt.brc.BarcodeReader
-
Patch code barcode type flag (0x00000400).
- SDTBARCODE_PDF417 - Static variable in class sdt.brc.BarcodeReader
-
PDF417 barcode type flag (0x00040000)
- SDTBARCODE_PHARMACODE - Static variable in class sdt.brc.BarcodeReader
-
UPC-E barcode type flag (0x00200000)
- SDTBARCODE_PLUS2 - Static variable in class sdt.brc.BarcodeReader
-
Plus2 barcode type flag (0x00001000).
- SDTBARCODE_PLUS5 - Static variable in class sdt.brc.BarcodeReader
-
Plus5 barcode type flag (0x00002000).
- SDTBARCODE_POSTNET - Static variable in class sdt.brc.BarcodeReader
-
Postnet barcode type flag (0x00000800).
- SDTBARCODE_QRCODE - Static variable in class sdt.brc.BarcodeReader
-
QR Code barcode type flag (0x00080000)
- SDTBARCODE_UNKNOWN - Static variable in class sdt.brc.BarcodeReader
-
Unknown barcode type flag (0x00000000).
- SDTBARCODE_UPCA - Static variable in class sdt.brc.BarcodeReader
-
UPC-A barcode type flag (0x00004000).
- SDTBARCODE_UPCB - Static variable in class sdt.brc.BarcodeReader
-
UPC-B barcode type flag (0x00008000).
- SDTBARCODE_UPCE - Static variable in class sdt.brc.BarcodeReader
-
UPC-E barcode type flag (0x00200000)
- SDTINPUT_FILETYPE_BMP - Static variable in class sdt.brc.BarcodeReader
-
- SDTINPUT_FILETYPE_JPEG - Static variable in class sdt.brc.BarcodeReader
-
- SDTINPUT_FILETYPE_PDF - Static variable in class sdt.brc.BarcodeReader
-
- SDTINPUT_FILETYPE_PNG - Static variable in class sdt.brc.BarcodeReader
-
- SDTINPUT_FILETYPE_TIFF - Static variable in class sdt.brc.BarcodeReader
-
- SDTREADDIRECTION_ALL - Static variable in class sdt.brc.BarcodeReader
-
All supported reading directions flag flag (0x0f).
- SDTREADDIRECTION_BTT - Static variable in class sdt.brc.BarcodeReader
-
Right-to-Left barcode reading direction flag (0x08).
- SDTREADDIRECTION_LTR - Static variable in class sdt.brc.BarcodeReader
-
Left-to-right barcode reading direction flag (0x01).
- SDTREADDIRECTION_RTL - Static variable in class sdt.brc.BarcodeReader
-
Right-to-Left barcode reading direction flag (0x02).
- SDTREADDIRECTION_TTB - Static variable in class sdt.brc.BarcodeReader
-
Right-to-Left barcode reading direction flag (0x04).
- setActiveScanRectangle(int, int, int, int) - Method in class sdt.brc.BarcodeReader
-
- setReadInputDirections(long) - Method in class sdt.brc.BarcodeReader
-
- setReadInputTypes(long) - Method in class sdt.brc.BarcodeReader
-