Package com.zebra.barcode.sdk
Class BluetoothLeScannerInfo
java.lang.Object
com.zebra.barcode.sdk.BluetoothLeScannerInfo
- All Implemented Interfaces:
BarcodeScannerInfo
Responsible for the definitions of Bluetooth LE barcode scanner's information which includes name, hardware and Status.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsObject(Object deviceInfo) Compare two BluetoothLE ScannerInfo objectsGet the Barcode scanner info typeGet hardware Id of the Bluetooth low energy barcode scanner infointgetId()Get Id of the Bluetooth low energy barcode scanner infogetName()Get name of the Bluetooth low energy barcode scanner info
-
Constructor Details
-
BluetoothLeScannerInfo
public BluetoothLeScannerInfo()
-
-
Method Details
-
getId
public int getId()Get Id of the Bluetooth low energy barcode scanner info- Returns:
- scanner id
-
getHardwareId
Get hardware Id of the Bluetooth low energy barcode scanner info- Specified by:
getHardwareIdin interfaceBarcodeScannerInfo- Returns:
- scanner hardware id
-
getName
Get name of the Bluetooth low energy 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 BluetoothLE ScannerInfo objects- Parameters:
deviceInfo- Device Information- Returns:
- True if they are equal. False otherwise.
-