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 TypeMethodDescriptionboolean
equalsObject
(Object deviceInfo) Compare two BluetoothScannerInfo objectsGet the Barcode scanner info typeGet hardware id of the Bluetooth barcode scanner infoint
getId()
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:
getHardwareId
in interfaceBarcodeScannerInfo
- Returns:
- scanner hardware id
-
getName
Get name of the Bluetooth barcode scanner info- Specified by:
getName
in interfaceBarcodeScannerInfo
- Returns:
- Get scanner name
-
getBarcodeScannerType
Get the Barcode scanner info type- Specified by:
getBarcodeScannerType
in interfaceBarcodeScannerInfo
- Returns:
- Barcode scanner type
-
equalsObject
Compare two BluetoothScannerInfo objects- Parameters:
deviceInfo
- Device Information- Returns:
- True if they are equal. False otherwise.
-