ProfileConfig.DataCapture.Barcode.DecoderParams.Trioptic39

EMDK For Android 4.0

Holds Trioptic39 configuration settings.

Example Usage:



Trioptic39 trioptic39 = profileConfig.dataCapture.barcode.decoderParams.trioptic39;

Public Fields

redundancy

Sets the reader to read the bar code twice before accepting data. (default - enabled). Use enum ProfileConfig.ENABLED_STATE.

Example Usage:



trioptic39.redundancy = ENABLED_STATE.DEFAULT;

Type:

com.symbol.emdk.ProfileConfig.ENABLED_STATE