RFIDManager class
Constructors
- RFIDManager.new()
-
factory
Properties
-
bluetoothDeviceFoundStream
→ Stream<
MyBluetoothDevice> -
no setter
-
connectionStatusChangedStream
→ Stream<
ConnectionStatus> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
readStatusChangedStream
→ Stream<
bool> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tagReadStream
→ Stream<
String> -
no setter
Methods
-
addObserver(
Observer observer) → void -
inherited
-
bluetoothDisable(
) → Future< void> -
bluetoothEnable(
) → Future< void> -
bluetoothState(
) → Future< bool> -
checkConnection(
) → Future< void> -
close(
) → void -
connectDevice(
MyBluetoothDevice device) → Future< void> -
connectUsbDevice(
) → Future< void> -
createReader(
) → Future< void> -
disableScanBluetoothDevices(
) → Future< void> -
disconnectDevice(
) → Future< void> -
disconnectUsbDevice(
) → Future< void> -
initialize(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyBluetoothDeviceFound(
MyBluetoothDevice device) → void -
override
-
notifyConnectionStatus(
ConnectionStatus status) → void -
override
-
notifyReadStatus(
{required bool isReading}) → void -
override
-
notifyTagRead(
String tagRead) → void -
override
-
readStart(
) → Future< void> -
readStop(
) → Future< void> -
removeObserver(
Observer observer) → void -
inherited
-
scanBluetoothDevices(
{bool bluetoothAutoConnect = false}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited