QuickBlue class

Constructors

QuickBlue()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

scanResultStream Stream<BlueScanResult>
no setter

Static Methods

connect(String deviceId) → void
disconnect(String deviceId) → void
discoverServices(String deviceId) → void
isBluetoothAvailable() Future<bool>
readValue(String deviceId, String service, String characteristic) Future<void>
requestMtu(String deviceId, int expectedMtu) Future<int>
setConnectionHandler(OnConnectionChanged? onConnectionChanged) → void
setLogger(QuickLogger logger) → void
setNotifiable(String deviceId, String service, String characteristic, BleInputProperty bleInputProperty) Future<void>
setServiceHandler(OnServiceDiscovered? onServiceDiscovered) → void
setValueHandler(OnValueChanged? onValueChanged) → void
startScan() → void
stopScan() → void
writeValue(String deviceId, String service, String characteristic, Uint8List value, BleOutputProperty bleOutputProperty) Future<void>