@Deprecated
public class ProfileConfig.DataCapture
extends java.lang.Object
ProfileConfig.DataCapture
 
 Example Usage: DataCapture dataCapture = profileConfig.dataCapture;
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProfileConfig.DataCapture.Barcode
Deprecated.  
 | 
class  | 
ProfileConfig.DataCapture.DataDelivery
Deprecated.  
 | 
class  | 
ProfileConfig.DataCapture.MSR
Deprecated.  
 | 
| Modifier and Type | Field and Description | 
|---|---|
ProfileConfig.DataCapture.Barcode | 
barcode
Deprecated.  
Gets and Sets Barcode configuration object. 
 | 
ProfileConfig.DataCapture.DataDelivery | 
dataDelivery
Deprecated.  
Gets and Sets DataDelivery configuration object. 
 | 
ProfileConfig.DataCapture.MSR | 
msr
Deprecated.  
Gets and Sets MSR configuration object. 
 | 
public ProfileConfig.DataCapture.MSR msr
Example Usage: profileConfig.msr.msr_input_enabled = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.Barcode barcode
Example Usage: profileConfig.dataCapture.barcode.decoders.code11 = ENABLED_STATE.DEFAULT;
public ProfileConfig.DataCapture.DataDelivery dataDelivery
Example Usage: profileConfig.dataCapture.dataDelivery.Keystroke.ime_output_enabled = ENABLED_STATE.DEFAULT;