@Deprecated public class ProfileConfig.DataCapture.Barcode extends Object
Example Usage: Barcode barcode = profileConfig.dataCapture.barcode;
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProfileConfig.DataCapture.Barcode.DecoderParams
Deprecated.  
 | 
class  | 
ProfileConfig.DataCapture.Barcode.Decoders
Deprecated.  
 | 
class  | 
ProfileConfig.DataCapture.Barcode.ReaderParams
Deprecated.  
 | 
class  | 
ProfileConfig.DataCapture.Barcode.ScanParams
Deprecated.  
 | 
class  | 
ProfileConfig.DataCapture.Barcode.UpcEanParams
Deprecated.  
 | 
| Modifier and Type | Field and Description | 
|---|---|
ProfileConfig.DataCapture.Barcode.DecoderParams | 
decoderParams
Deprecated.  
Gets and Sets DecoderParams configuration object  
decoderParams. | 
ProfileConfig.DataCapture.Barcode.Decoders | 
decoders
Deprecated.  
Gets and Sets Decoders configuration object  
decoders. | 
ProfileConfig.DataCapture.Barcode.ReaderParams | 
readerParams
Deprecated.  
Gets and Sets ReaderParams configuration object  
readerParams. | 
ProfileConfig.ENABLED_STATE | 
scanner_input_enabled
Deprecated.  
Gets and Sets scanner enabled state   
ProfileConfig.ENABLED_STATE. | 
ProfileConfig.DEVICETYPES | 
scannerSelection
Deprecated.  
Gets and Sets scanner selection  
ProfileConfig.DEVICETYPES. | 
ProfileConfig.DataCapture.Barcode.ScanParams | 
scanParams
Deprecated.  
Gets and Sets ScanParams configuration object  
scanParams. | 
ProfileConfig.DataCapture.Barcode.UpcEanParams | 
upcEanParams
Deprecated.  
Gets and Sets UpcEanParams configuration object  
upcEanParams. | 
public ProfileConfig.ENABLED_STATE scanner_input_enabled
ProfileConfig.ENABLED_STATE.
 
 Example Usage: barcode.scanner_input_enabled = ENABLED_STATE.DEFAULT;
public ProfileConfig.DEVICETYPES scannerSelection
ProfileConfig.DEVICETYPES.
 
 Example Usage: barcode.scannerSelection = DEVICETYPES.DEFAULT;
public ProfileConfig.DataCapture.Barcode.Decoders decoders
decoders.
 
 Example Usage: barcode.decoders.codabar = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.DecoderParams decoderParams
decoderParams.
 
 Example Usage: barcode.decoderParams.upca.preamble = PREAMBLE.SYS_CHAR;
public ProfileConfig.DataCapture.Barcode.ReaderParams readerParams
readerParams.
 
 Example Usage: barcode.readerParams.illumination_mode = ILLUMINATION_MODE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.ScanParams scanParams
scanParams.
 
 Example Usage: barcode.ScanParams.decode_haptic_feedback = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode.UpcEanParams upcEanParams
upcEanParams.
 
 Example Usage: barcode.upcEanParams.linear_decode = ENABLED_STATE.DEFAULT;