Example Usage: readerInfo.getFriendlyName();
@Deprecated
public class SimulScanReaderInfo
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SimulScanReaderInfo.DeviceType
Deprecated. 
 
This feature is supported only on devices prior to those running Android 10 Q.
  
List of supported scanner device type. 
  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SimulScanManager.DeviceIdentifier | 
deviceIdentifier
Deprecated.  
  | 
protected SimulScanReaderInfo.DeviceType | 
deviceType
Deprecated.  
  | 
protected java.lang.String | 
friendlyName
Deprecated.  
  | 
protected int | 
readerIndex
Deprecated.  
  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
SimulScanReaderInfo(com.symbol.emdk.emdkservice.simulscan.SvcSimulScanDeviceInfo rdInfo)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
SimulScanReaderInfo.DeviceType | 
getDeviceType()
Deprecated.  
Returns the reader device type 
 | 
java.lang.String | 
getFriendlyName()
Deprecated.  
Returns the friendly name of the Device. 
 | 
protected SimulScanManager.DeviceIdentifier deviceIdentifier
protected SimulScanReaderInfo.DeviceType deviceType
protected int readerIndex
protected java.lang.String friendlyName
protected SimulScanReaderInfo(com.symbol.emdk.emdkservice.simulscan.SvcSimulScanDeviceInfo rdInfo)
public java.lang.String getFriendlyName()
Example Usage: String name = readerInfo.getFriendlyName();
public SimulScanReaderInfo.DeviceType getDeviceType()
Example Usage: SimulScanDeviceType deviceType = readerInfo.getDeviceType();