Interface BarcodeScannerInfo

All Known Implementing Classes:
BluetoothLeScannerInfo, BluetoothScannerInfo, ScannerInfo, UsbScannerInfo

public interface BarcodeScannerInfo
Responsible for the definitions of scanner's information which includes name, hardware and Status.
  • Method Details

    • getName

      String getName()
      Get the name of the scanner
      Returns:
      Name
    • getHardwareId

      String getHardwareId()
      Get the hardware ID of the scanner
      Returns:
      hardware Id
    • getBarcodeScannerType

      BarcodeScannerType getBarcodeScannerType()
      Get the barcode scanner type scanner
      Returns:
      Type of the scanner