Codabar Class - CipherLab RK25 User Manual

Android programming
Hide thumbs Also See for RK25:
Table of Contents

Advertisement

Android Programming Guide
Example
Codabar settings = new Codabar();
Codabar.enable = Enable_State.TRUE;
if (ClResult.S_ERR == mReaderManager.Set_Symbology(settings))
Toast.makeText(this, "Set_Symbology was failed",
Toast.LENGTH_SHORT).show();
else
Toast.makeText(this, "Set_Symbology was successful",
Toast.LENGTH_SHORT).show();
See Also
Get_Symbology

1.5.3. CODABAR CLASS

public class Codabar
{
public Enable_State transmitCheckDigit;
public CodabarDigitAlgorithm verifyCheckDigit;
public NOTISEditingType notisEditingType;
public Enable_State
public int
public int
public Enable_State
public Enable_State
public Enable_State transmitCheckDigit;
}
Data Type
Member Name
Enable_State
transmitCheckDigit
CodabarDigitAl
verifyCheckDigit
gorithm
NOTISEditingTy
notisEditingType
pe
42
enable;
length1;
length2;
clsiEditing;
notisEditing;
Description
A value specifying whether to transmit check digit.
*TRUE
FALSE
A value specifying whether and how to verify check digit.
*None
Modulo_16
Modulo_7DR
Modulo_Both
Note:
For Modulo_7DR, the total number of digits in a codabar
cannot be greater than '19'; and the first digit in a codabar
must be equal to or less than '8'.
A value specifying whether to transform it to NOTIS editing
format (Start/Stop characters) and the way it is
transformed.
*None

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents