public class SimulScanReaderInfo
extends java.lang.Object
Example Usage: readerInfo.getFriendlyName();
Modifier and Type | Class and Description |
---|---|
static class |
SimulScanReaderInfo.DeviceType
List of supported scanner device type.
|
Modifier and Type | Field and Description |
---|---|
protected SimulScanManager.DeviceIdentifier |
deviceIdentifier |
protected SimulScanReaderInfo.DeviceType |
deviceType |
protected java.lang.String |
friendlyName |
protected int |
readerIndex |
Modifier | Constructor and Description |
---|---|
protected |
SimulScanReaderInfo(com.symbol.emdk.emdkservice.simulscan.SvcSimulScanDeviceInfo rdInfo) |
Modifier and Type | Method and Description |
---|---|
SimulScanReaderInfo.DeviceType |
getDeviceType()
Returns the reader device type
|
java.lang.String |
getFriendlyName()
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();