Package totalcross.io.device.scanner
Interface Intermec
-
public interface IntermecTo be used with Intermec android scanners, in thesetBarcodeParam()method.
-
-
Field Summary
Fields Modifier and Type Field Description static intAUSTRALIAN_POSTTo be used in thesetBarcodeParam()method, to enable or disable Australian Post barcode type.static intAZTECTo be used in thesetBarcodeParam()method, to enable or disable Aztec barcode type.static intBPOTo be used in thesetBarcodeParam()method, to enable or disable BPO barcode type.static intCANADA_POSTTo be used in thesetBarcodeParam()method, to enable or disable Canada Post barcode type.static intCODABARTo be used in thesetBarcodeParam()method, to enable or disable Codabar barcode type.static intCODABLOCK_ATo be used in thesetBarcodeParam()method, to enable or disable Codablock A barcode type.static intCODABLOCK_FTo be used in thesetBarcodeParam()method, to enable or disable Codablock F barcode type.static intCODE_11To be used in thesetBarcodeParam()method, to enable or disable Code 11 barcode type.static intCODE_128To be used in thesetBarcodeParam()method, to enable or disable Code 128 barcode type.static intCODE_39To be used in thesetBarcodeParam()method, to enable or disable Code 39 barcode type.static intCODE_93To be used in thesetBarcodeParam()method, to enable or disable Code 93 barcode type.static intCODE_GS1_128To be used in thesetBarcodeParam()method, to enable or disable Code GS1-128 barcode type.static intCODE_ISBT_128To be used in thesetBarcodeParam()method, to enable or disable Code ISBT-128 barcode type.static intDATA_MATRIXTo be used in thesetBarcodeParam()method, to enable or disable Data Matrix barcode type.static intDUTCH_POSTTo be used in thesetBarcodeParam()method, to enable or disable Dutch Post barcode type.static intEAN_UPC_EAN_13To be used in thesetBarcodeParam()method, to enable or disable EAN/UPC EAN-13 barcode type.static intEAN_UPC_EAN_8To be used in thesetBarcodeParam()method, to enable or disable EAN/UPC EAN-8 barcode type.static intEAN_UPC_UPC_ETo be used in thesetBarcodeParam()method, to enable or disable EAN/UPC UPC-E barcode type.static intEAN_UPC_UPC_E1To be used in thesetBarcodeParam()method, to enable or disable EAN/UPC UPC-E1 barcode type.static intEAN_UPC_UPCATo be used in thesetBarcodeParam()method, to enable or disable EAN/UPC UPCA barcode type.static intGS1_COMPOSITETo be used in thesetBarcodeParam()method, to enable or disable GS1 Composite barcode type.static intGS1_COMPOSITE_CTo be used in thesetBarcodeParam()method, to enable or disable GS1 Composite C barcode type.static intGS1_DATA_BAR_EXPANDEDTo be used in thesetBarcodeParam()method, to enable or disable GS1 DataBar Expanded barcode type.static intGS1_DATA_BAR_LIMITEDTo be used in thesetBarcodeParam()method, to enable or disable GS1 DataBar Limited barcode type.static intGS1_OMINI_DIRECTIONALTo be used in thesetBarcodeParam()method, to enable or disable GS1 DataBar Omnidirectional barcode type.static intHAN_XINTo be used in thesetBarcodeParam()method, to enable or disable HanXin barcode type.static intINFOMAILTo be used in thesetBarcodeParam()method, to enable or disable Infomail barcode type.static intINTELLIGENT_MAILTo be used in thesetBarcodeParam()method, to enable or disable Intelligent Mail barcode type.static intINTERLEAVED_2_OF_5To be used in thesetBarcodeParam()method, to enable or disable Interleaved 2 of 5 barcode type.static intJAPAN_POSTTo be used in thesetBarcodeParam()method, to enable or disable Japan Post barcode type.static intMATRIX_2_OF_5To be used in thesetBarcodeParam()method, to enable or disable Matrix 2 of 5 barcode type.static intMAXICODETo be used in thesetBarcodeParam()method, to enable or disable Maxicode barcode type.static intMICRO_PDF_417To be used in thesetBarcodeParam()method, to enable or disable Micro PDF 417 barcode type.static intMSITo be used in thesetBarcodeParam()method, to enable or disable MSI barcode type.static intPDF_417To be used in thesetBarcodeParam()method, to enable or disable PDF 417 barcode type.static intPLANETTo be used in thesetBarcodeParam()method, to enable or disable Planet barcode type.static intPLESSEYTo be used in thesetBarcodeParam()method, to enable or disable Plessey barcode type.static intPOSTNETTo be used in thesetBarcodeParam()method, to enable or disable Postnet barcode type.static intQR_CODETo be used in thesetBarcodeParam()method, to enable or disable QR Code barcode type.static intSTANDARD_2_OF_5To be used in thesetBarcodeParam()method, to enable or disable Standard 2 of 5 barcode type.static intSWEDEN_POSTTo be used in thesetBarcodeParam()method, to enable or disable Sweden Post barcode type.static intTELEPENTo be used in thesetBarcodeParam()method, to enable or disable Telepen barcode type.static intTLC_39To be used in thesetBarcodeParam()method, to enable or disable TLC 39 barcode type.
-
-
-
Field Detail
-
AUSTRALIAN_POST
static final int AUSTRALIAN_POST
To be used in thesetBarcodeParam()method, to enable or disable Australian Post barcode type.- See Also:
- Constant Field Values
-
AZTEC
static final int AZTEC
To be used in thesetBarcodeParam()method, to enable or disable Aztec barcode type.- See Also:
- Constant Field Values
-
BPO
static final int BPO
To be used in thesetBarcodeParam()method, to enable or disable BPO barcode type.- See Also:
- Constant Field Values
-
CANADA_POST
static final int CANADA_POST
To be used in thesetBarcodeParam()method, to enable or disable Canada Post barcode type.- See Also:
- Constant Field Values
-
CODABAR
static final int CODABAR
To be used in thesetBarcodeParam()method, to enable or disable Codabar barcode type.- See Also:
- Constant Field Values
-
CODABLOCK_A
static final int CODABLOCK_A
To be used in thesetBarcodeParam()method, to enable or disable Codablock A barcode type.- See Also:
- Constant Field Values
-
CODABLOCK_F
static final int CODABLOCK_F
To be used in thesetBarcodeParam()method, to enable or disable Codablock F barcode type.- See Also:
- Constant Field Values
-
CODE_11
static final int CODE_11
To be used in thesetBarcodeParam()method, to enable or disable Code 11 barcode type.- See Also:
- Constant Field Values
-
CODE_128
static final int CODE_128
To be used in thesetBarcodeParam()method, to enable or disable Code 128 barcode type.- See Also:
- Constant Field Values
-
CODE_GS1_128
static final int CODE_GS1_128
To be used in thesetBarcodeParam()method, to enable or disable Code GS1-128 barcode type.- See Also:
- Constant Field Values
-
CODE_ISBT_128
static final int CODE_ISBT_128
To be used in thesetBarcodeParam()method, to enable or disable Code ISBT-128 barcode type.- See Also:
- Constant Field Values
-
CODE_39
static final int CODE_39
To be used in thesetBarcodeParam()method, to enable or disable Code 39 barcode type.- See Also:
- Constant Field Values
-
CODE_93
static final int CODE_93
To be used in thesetBarcodeParam()method, to enable or disable Code 93 barcode type.- See Also:
- Constant Field Values
-
DATA_MATRIX
static final int DATA_MATRIX
To be used in thesetBarcodeParam()method, to enable or disable Data Matrix barcode type.- See Also:
- Constant Field Values
-
DUTCH_POST
static final int DUTCH_POST
To be used in thesetBarcodeParam()method, to enable or disable Dutch Post barcode type.- See Also:
- Constant Field Values
-
EAN_UPC_EAN_13
static final int EAN_UPC_EAN_13
To be used in thesetBarcodeParam()method, to enable or disable EAN/UPC EAN-13 barcode type.- See Also:
- Constant Field Values
-
EAN_UPC_EAN_8
static final int EAN_UPC_EAN_8
To be used in thesetBarcodeParam()method, to enable or disable EAN/UPC EAN-8 barcode type.- See Also:
- Constant Field Values
-
EAN_UPC_UPCA
static final int EAN_UPC_UPCA
To be used in thesetBarcodeParam()method, to enable or disable EAN/UPC UPCA barcode type.- See Also:
- Constant Field Values
-
EAN_UPC_UPC_E
static final int EAN_UPC_UPC_E
To be used in thesetBarcodeParam()method, to enable or disable EAN/UPC UPC-E barcode type.- See Also:
- Constant Field Values
-
EAN_UPC_UPC_E1
static final int EAN_UPC_UPC_E1
To be used in thesetBarcodeParam()method, to enable or disable EAN/UPC UPC-E1 barcode type.- See Also:
- Constant Field Values
-
GS1_COMPOSITE
static final int GS1_COMPOSITE
To be used in thesetBarcodeParam()method, to enable or disable GS1 Composite barcode type.- See Also:
- Constant Field Values
-
GS1_COMPOSITE_C
static final int GS1_COMPOSITE_C
To be used in thesetBarcodeParam()method, to enable or disable GS1 Composite C barcode type.- See Also:
- Constant Field Values
-
GS1_DATA_BAR_EXPANDED
static final int GS1_DATA_BAR_EXPANDED
To be used in thesetBarcodeParam()method, to enable or disable GS1 DataBar Expanded barcode type.- See Also:
- Constant Field Values
-
GS1_DATA_BAR_LIMITED
static final int GS1_DATA_BAR_LIMITED
To be used in thesetBarcodeParam()method, to enable or disable GS1 DataBar Limited barcode type.- See Also:
- Constant Field Values
-
GS1_OMINI_DIRECTIONAL
static final int GS1_OMINI_DIRECTIONAL
To be used in thesetBarcodeParam()method, to enable or disable GS1 DataBar Omnidirectional barcode type.- See Also:
- Constant Field Values
-
HAN_XIN
static final int HAN_XIN
To be used in thesetBarcodeParam()method, to enable or disable HanXin barcode type.- See Also:
- Constant Field Values
-
INFOMAIL
static final int INFOMAIL
To be used in thesetBarcodeParam()method, to enable or disable Infomail barcode type.- See Also:
- Constant Field Values
-
INTELLIGENT_MAIL
static final int INTELLIGENT_MAIL
To be used in thesetBarcodeParam()method, to enable or disable Intelligent Mail barcode type.- See Also:
- Constant Field Values
-
INTERLEAVED_2_OF_5
static final int INTERLEAVED_2_OF_5
To be used in thesetBarcodeParam()method, to enable or disable Interleaved 2 of 5 barcode type.- See Also:
- Constant Field Values
-
JAPAN_POST
static final int JAPAN_POST
To be used in thesetBarcodeParam()method, to enable or disable Japan Post barcode type.- See Also:
- Constant Field Values
-
MATRIX_2_OF_5
static final int MATRIX_2_OF_5
To be used in thesetBarcodeParam()method, to enable or disable Matrix 2 of 5 barcode type.- See Also:
- Constant Field Values
-
MAXICODE
static final int MAXICODE
To be used in thesetBarcodeParam()method, to enable or disable Maxicode barcode type.- See Also:
- Constant Field Values
-
MICRO_PDF_417
static final int MICRO_PDF_417
To be used in thesetBarcodeParam()method, to enable or disable Micro PDF 417 barcode type.- See Also:
- Constant Field Values
-
MSI
static final int MSI
To be used in thesetBarcodeParam()method, to enable or disable MSI barcode type.- See Also:
- Constant Field Values
-
PDF_417
static final int PDF_417
To be used in thesetBarcodeParam()method, to enable or disable PDF 417 barcode type.- See Also:
- Constant Field Values
-
PLANET
static final int PLANET
To be used in thesetBarcodeParam()method, to enable or disable Planet barcode type.- See Also:
- Constant Field Values
-
PLESSEY
static final int PLESSEY
To be used in thesetBarcodeParam()method, to enable or disable Plessey barcode type.- See Also:
- Constant Field Values
-
POSTNET
static final int POSTNET
To be used in thesetBarcodeParam()method, to enable or disable Postnet barcode type.- See Also:
- Constant Field Values
-
QR_CODE
static final int QR_CODE
To be used in thesetBarcodeParam()method, to enable or disable QR Code barcode type.- See Also:
- Constant Field Values
-
STANDARD_2_OF_5
static final int STANDARD_2_OF_5
To be used in thesetBarcodeParam()method, to enable or disable Standard 2 of 5 barcode type.- See Also:
- Constant Field Values
-
SWEDEN_POST
static final int SWEDEN_POST
To be used in thesetBarcodeParam()method, to enable or disable Sweden Post barcode type.- See Also:
- Constant Field Values
-
TELEPEN
static final int TELEPEN
To be used in thesetBarcodeParam()method, to enable or disable Telepen barcode type.- See Also:
- Constant Field Values
-
TLC_39
static final int TLC_39
To be used in thesetBarcodeParam()method, to enable or disable TLC 39 barcode type.- See Also:
- Constant Field Values
-
-