SimulScanReaderInfo provides information of the reader device.
Example Usage:
readerInfo.getFriendlyName();
Public Methods
getFriendlyName
public String getFriendlyName()
Returns the friendly name of the Device.
Example Usage:
String name = readerInfo.getFriendlyName();
Returns:
java.lang.String - String Returns the friendly name
getDeviceType
public DeviceType getDeviceType()
Returns the reader device type
Example Usage:
SimulScanDeviceType deviceType = readerInfo.getDeviceType();
Returns:
com.symbol.emdk.simulscan.SimulScanReaderInfo.DeviceType - SimulScanDeviceType Returns the SimulScanDeviceType