Code39 Class - CipherLab RK25 User Manual

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

Advertisement

Android Programming Guide
Enable_State
transmitCheckDigit

1.5.5. CODE39 CLASS

public class Code39
{
public Enable_State enable;
public Enable_State checkDigitVerification;
public Enable_State transmitCheckDigit;
public Enable_State fullASCII;
public Enable_State convertToCode32;
public Enable_State convertToCode32Prefix;
public int length1;
public int length2;
}
Data Type
Member Name
Enable_State
enable
Enable_State
checkDigitVerification
Enable_State
transmitCheckDigit
Enable_State
fullASCII
Enable_State
convertToCode32
Enable_State
convertToCode32Prefix
44
One
Two
A value specifying whether to transmit check digit.
TRUE
*FALSE
Description
A value that specifies whether to enable Code 39.
TRUE
*FALSE
A value that specifies whether to verify check digit.
*TRUE
FALSE
A value that specifies whether to transmit check digit.
TRUE
*FALSE
A value that specifies whether to support Code 39 Full
ASCII.
TRUE
*FALSE
A value that specifies whether to convert Code 39 to
Code 32 (= Italian Pharmacode).
TRUE
*FALSE
A value that specifies whether to transmit prefix for
Code 32 data.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents