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