Upca Class - CipherLab RK25 User Manual

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

Advertisement

Android Programming Guide
Note: The addon2, addon5, and transmitCheckDigit elements included in Ean8 and Ean13
symbologies correspond to each other respectively; changing either of the element value of
a particular symbology will also change the other one.

1.5.23. UPCA CLASS

public class Upca
{
public Enable_State enable;
public AddonsType addon2;
public AddonsType addon5;
public Enable_State transmitCheckDigit;
public Preamble transmitSystemNumber;
public Enable_State convertToEan13;
}
Data Type
Member Name
Enable_State
enable
AddonsType
addon2
AddonsType
addon5
Enable_State
transmitCheckDigit
Preamble
transmitSystemNumber
Enable_State
convertToEan13
56
Description
A value that specifies whether to enable UPC-A.
*TRUE
FALSE
A value that specifies the way processing addon2.
*IgnoresAddon
AutoDiscriminate
A value that specifies the way processing addon5.
*IgnoresAddon
AutoDiscriminate
A value that specifies whether to transmit check digit.
*TRUE
FALSE
A value that specifies whether to verify (transmit) UPC-A
preamble.
None
*SysNumOnly
SysNumAndCtyCode
A value that specifies whether to convert to EAN-13.
TRUE
*FALSE

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents