Package com.zebra.barcode.sdk
Class BluetoothScannerInfo
java.lang.Object
com.zebra.barcode.sdk.BluetoothScannerInfo
- All Implemented Interfaces:
BarcodeScannerInfo
Responsible for the definitions of Bluetooth barcode scanner's information which includes name, hardware and Status.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsObject(Object deviceInfo) Compare two BluetoothScannerInfo objectsGet the Barcode scanner info typeGet hardware id of the Bluetooth barcode scanner infointgetId()Get id of the Bluetooth barcode scanner infogetName()Get name of the Bluetooth barcode scanner info
-
Constructor Details
-
BluetoothScannerInfo
public BluetoothScannerInfo()
-
-
Method Details
-
getId
public int getId()Get id of the Bluetooth barcode scanner info- Returns:
- Scanner id
-
getHardwareId
Get hardware id of the Bluetooth barcode scanner info- Specified by:
getHardwareIdin interfaceBarcodeScannerInfo- Returns:
- scanner hardware id
-
getName
Get name of the Bluetooth barcode scanner info- Specified by:
getNamein interfaceBarcodeScannerInfo- Returns:
- Get scanner name
-
getBarcodeScannerType
Get the Barcode scanner info type- Specified by:
getBarcodeScannerTypein interfaceBarcodeScannerInfo- Returns:
- Barcode scanner type
-
equalsObject
Compare two BluetoothScannerInfo objects- Parameters:
deviceInfo- Device Information- Returns:
- True if they are equal. False otherwise.
-