public static class ScanAndPairConfig.ScanInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ScanAndPairConfig.DeviceIdentifier |
deviceIdentifier
Specifies the type of scanner to be used for scanning the barcode.
|
ScanAndPairConfig.ScanDataType |
scanDataType
Specifies the type of barcode data to be scanned.
|
int |
scanTimeout
Scan timeout in milliseconds.
|
ScanAndPairConfig.TriggerType |
triggerType
Specifies the type of trigger to be used.
|
Constructor and Description |
---|
ScanInfo()
Default Constructor for ScanInfo class to assign the default values to its members.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getScannedData()
Provides the scanned data.
|
public ScanAndPairConfig.ScanDataType scanDataType
public ScanAndPairConfig.DeviceIdentifier deviceIdentifier
public int scanTimeout
public ScanAndPairConfig.TriggerType triggerType