Package com.zebra.barcode.sdk
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 Summary
Modifier and TypeMethodDescriptionGet the barcode scanner type scannerGet the hardware ID of the scannergetName()
Get the name of the scanner
-
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
-