@Deprecated public class ProfileConfig.DataCapture.Barcode.DecoderParams extends Object
Example Usage: DecoderParams decoderParams = profileConfigdataCapture.barcode.decoderParams;
public ProfileConfig.DataCapture.Barcode.DecoderParams.UPCA upca
ProfileConfig.DataCapture.Barcode.DecoderParams.UPCA.
 
 Example Usage: decoderParams.upca.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.UPCE0 upce0
ProfileConfig.DataCapture.Barcode.DecoderParams.UPCE0.
 
 Example Usage: decoderParams.upce0.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.EAN8 ean8
ProfileConfig.DataCapture.Barcode.DecoderParams.EAN8.
 
 Example Usage: decoderParams.ean8.convert_to_ean13 = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Code128 code128
ProfileConfig.DataCapture.Barcode.DecoderParams.Code128.
 
 Example Usage: decoderParams.code128.enable_ean128 = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Code39 code39
ProfileConfig.DataCapture.Barcode.DecoderParams.Code39.
 
 Example Usage: decoderParams.code39.full_ascii = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Interleaved_2of5 interleaved_2of5
ProfileConfig.DataCapture.Barcode.DecoderParams.Interleaved_2of5.
 
 Example Usage: decoderParams.interleaved_2of5.check_digit = CHECK_DIGIT_TYPE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Composite_AB composite_AB
ProfileConfig.DataCapture.Barcode.DecoderParams.Composite_AB.
 
 Example Usage: decoderParams.composite_AB.ucc_link_mode = UCC_LINK_MODE.ALWAYS_LINKED;
public ProfileConfig.DataCapture.Barcode.DecoderParams.USPostnet usPostnet
ProfileConfig.DataCapture.Barcode.DecoderParams.USPostnet.
 
 Example Usage: decoderParams.usPostnet.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.USPlanet usPlanet
ProfileConfig.DataCapture.Barcode.DecoderParams.USPlanet.
 
 Example Usage: decoderParams.usPlanet.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.UK_Postal uk_Postal
ProfileConfig.DataCapture.Barcode.DecoderParams.UK_Postal.
 
 Example Usage: decoderParams.uk_Postal.report_check_digit = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Codabar codabar
ProfileConfig.DataCapture.Barcode.DecoderParams.Codabar.
 
 Example Usage: decoderParams.codabar.clsi_editing = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.MSI msi
ProfileConfig.DataCapture.Barcode.DecoderParams.MSI.
 
 Example Usage: decoderParams.msi.check_digit = CHECK_DIGIT.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Code93 code93
ProfileConfig.DataCapture.Barcode.DecoderParams.Code93.
 
 Example Usage: decoderParams.code93.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Trioptic39 trioptic39
ProfileConfig.DataCapture.Barcode.DecoderParams.Trioptic39.
 
 Example Usage: decoderParams.trioptic39.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Discrete_2of5 discrete_2of5
ProfileConfig.DataCapture.Barcode.DecoderParams.Discrete_2of5.
 
 Example Usage: decoderParams.discrete_2of5.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Code11 code11
ProfileConfig.DataCapture.Barcode.DecoderParams.Code11.
 
 Example Usage: decoderParams.code11.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.Matrix_2of5 matrix_2of5
ProfileConfig.DataCapture.Barcode.DecoderParams.Matrix_2of5.
 
 Example Usage: decoderParams.matrix_2of5.redundancy = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams.UPCE1 upce1
ProfileConfig.DataCapture.Barcode.DecoderParams.UPCE1.
 
 Example Usage: decoderParams.upce1.convert_to_upca = ENABLED_STATE.DEFAULT;