QuickBluePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • QuickBluePlatform
Implementers

Constructors

QuickBluePlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
onConnectionChanged OnConnectionChanged?
getter/setter pair
onServiceDiscovered OnServiceDiscovered?
getter/setter pair
onValueChanged OnValueChanged?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanResultStream Stream
no setter

Methods

connect(String deviceId) → void
disconnect(String deviceId) → void
discoverServices(String deviceId) → void
isBluetoothAvailable() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readValue(String deviceId, String service, String characteristic) Future<void>
requestMtu(String deviceId, int expectedMtu) Future<int>
setLogger(QuickLogger logger) → void
setNotifiable(String deviceId, String service, String characteristic, BleInputProperty bleInputProperty) Future<void>
startScan() → void
stopScan() → void
toString() String
A string representation of this object.
inherited
writeValue(String deviceId, String service, String characteristic, Uint8List value, BleOutputProperty bleOutputProperty) Future<void>

Operators

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

Static Properties

instance QuickBluePlatform
getter/setter pair