Example Usage: SimulScanMultiTemplate template1 = new SimulScanMultiTemplate(fileUri);//fileUri points to the template SimulScanReader reader = simulscanManager.getDevice(template1.deviceIdentifier); reader.enable(); SimulScanConfig config = reader.getConfig(); // Reader object must be enabled before calling getConfig config.audioFeedback = false; reader.setConfig(config); // Reader object must be enabled and not scanning when calling setConfig
@Deprecated
public class SimulScanConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
audioFeedback
Deprecated.
Turn on/off audio feedback.
|
java.lang.Boolean |
autoCapture
Deprecated.
If true, form will be captured automatically when detected.
|
java.lang.Boolean |
debugMode
Deprecated.
If enabled, allows a session to write form capture, region images, region values, and other data to storage.
|
java.lang.Boolean |
hapticFeedback
Deprecated.
Turn on/off haptic feedback.
|
int |
identificationTimeout
Deprecated.
Amount of time in milliseconds to wait before timing out identification.
|
java.lang.Boolean |
ledFeedback
Deprecated.
Turn on/off LED feedback.
|
SimulScanMultiTemplate |
multiTemplate
Deprecated.
The SimulScanMultiTemplate to scan
|
int |
processingTimeout
Deprecated.
Amount of time in milliseconds to wait before timing out processing.
|
java.lang.Boolean |
userConfirmationOnScan
Deprecated.
If userConfirmationOnScan is true, shows UI for user to confirm the scanned data
before sending results to application.
|
public SimulScanMultiTemplate multiTemplate
public java.lang.Boolean autoCapture
public java.lang.Boolean debugMode
public java.lang.Boolean audioFeedback
public java.lang.Boolean hapticFeedback
public java.lang.Boolean ledFeedback
public java.lang.Boolean userConfirmationOnScan
public int identificationTimeout
public int processingTimeout