public class SimulScanReaderInfo extends 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 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
|
String |
getFriendlyName()
Returns the friendly name of the Device.
|
protected SimulScanManager.DeviceIdentifier deviceIdentifier
protected SimulScanReaderInfo.DeviceType deviceType
protected int readerIndex
protected String friendlyName
protected SimulScanReaderInfo(com.symbol.emdk.emdkservice.simulscan.SvcSimulScanDeviceInfo rdInfo)
public String getFriendlyName()
Example Usage: String name = readerInfo.getFriendlyName();
public SimulScanReaderInfo.DeviceType getDeviceType()
Example Usage: SimulScanDeviceType deviceType = readerInfo.getDeviceType();