Class BluetoothScannerInfo

java.lang.Object
com.zebra.barcode.sdk.BluetoothScannerInfo
All Implemented Interfaces:
BarcodeScannerInfo

public final class BluetoothScannerInfo extends Object implements BarcodeScannerInfo
Responsible for the definitions of Bluetooth barcode scanner's information which includes name, hardware and Status.
  • Constructor Details

    • BluetoothScannerInfo

      public BluetoothScannerInfo()
  • Method Details

    • getId

      public int getId()
      Get id of the Bluetooth barcode scanner info
      Returns:
      Scanner id
    • getHardwareId

      public String getHardwareId()
      Get hardware id of the Bluetooth barcode scanner info
      Specified by:
      getHardwareId in interface BarcodeScannerInfo
      Returns:
      scanner hardware id
    • getName

      public String getName()
      Get name of the Bluetooth barcode scanner info
      Specified by:
      getName in interface BarcodeScannerInfo
      Returns:
      Get scanner name
    • getBarcodeScannerType

      public BarcodeScannerType getBarcodeScannerType()
      Get the Barcode scanner info type
      Specified by:
      getBarcodeScannerType in interface BarcodeScannerInfo
      Returns:
      Barcode scanner type
    • equalsObject

      public boolean equalsObject(Object deviceInfo)
      Compare two BluetoothScannerInfo objects
      Parameters:
      deviceInfo - Device Information
      Returns:
      True if they are equal. False otherwise.