@Deprecated
public class ProfileConfig.DataCapture.Barcode.DecoderParams.Code39
extends java.lang.Object
Example Usage: Code39 code39 = profileConfig.dataCapture.barcode.decoderParams.code39;
Modifier and Type | Field and Description |
---|---|
ProfileConfig.ENABLED_STATE |
convert_to_code32
Deprecated.
Code 32 is a variant of Code 39 used by the Italian pharmaceutical industry (default - disabled).
|
ProfileConfig.ENABLED_STATE |
full_ascii
Deprecated.
Code 39 Full ASCII is a variant of Code 39 that pairs characters to encode the full ASCII character set (default - disabled).
|
int |
length1
Deprecated.
Use to set decode lengths (default - 0).
|
int |
length2
Deprecated.
Use to set decode lengths 4 (default - 55).
|
ProfileConfig.ENABLED_STATE |
redundancy
Deprecated.
Sets the reader to read the bar code twice before accepting data (default - disabled).
|
ProfileConfig.ENABLED_STATE |
report_check_digit
Deprecated.
Transmit Code 39 data with or without the check digit (default - disabled).
|
ProfileConfig.ENABLED_STATE |
report_code32_prefix
Deprecated.
Scan the appropriate bar code to enable or disable adding the prefix character "A" to all Code 32 bar codes (default - disabled).
|
ProfileConfig.SECURITY_LEVEL |
security_level
Deprecated.
Options: Security level 0 , Security Level 1 , Security Level 2 and Security Level 3 (default - Security level 1).
|
ProfileConfig.ENABLED_STATE |
verify_check_digit
Deprecated.
Enable this feature to check the integrity of all Code 39 symbols to verify that the data complies with a specified check digit algorithm.
|
public int length1
Example Usage: int length1 = code39.length1;
public int length2
Example Usage: int length2 = code39.length2;
public ProfileConfig.ENABLED_STATE verify_check_digit
ProfileConfig.ENABLED_STATE
.
Example Usage: code39.verify_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE report_check_digit
ProfileConfig.ENABLED_STATE
.
Example Usage: code39.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE full_ascii
ProfileConfig.ENABLED_STATE
.
Example Usage: code39.full_ascii = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE redundancy
ProfileConfig.ENABLED_STATE
.
Example Usage: code39.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE convert_to_code32
ProfileConfig.ENABLED_STATE
.
Example Usage: code39.convert_to_code32 = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE report_code32_prefix
ProfileConfig.ENABLED_STATE
.
Example Usage: code39.report_code32_prefix = ENABLED_STATE.DEFAULT;
public ProfileConfig.SECURITY_LEVEL security_level
ProfileConfig.SECURITY_LEVEL
.
Example Usage: code39.security_level = SECURITY_LEVEL.DEFAULT;