HoneywellRfidReaderPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- HoneywellRfidReaderPlatform
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bluetoothDisable(
) → Future< void> -
bluetoothEnable(
) → Future< void> -
bluetoothState(
) → Future< bool> -
connectDevice(
MyBluetoothDevice device) → Future< void> -
connectUsbDevice(
) → Future< void> -
createReader(
) → Future< void> -
disableScanBluetoothDevices(
) → Future< void> -
disconnectDevice(
) → Future< void> -
disconnectUsbDevice(
) → Future< void> -
initialize(
) → Future< void> -
isConnected(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readStart(
) → Future< void> -
readStop(
) → Future< void> -
scanBluetoothDevices(
{bool bluetoothAutoConnect = false}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ HoneywellRfidReaderPlatform
-
getter/setter pair