BluetoothLowEnergyCharacteristic class

Inheritance
  • Object
  • DataNotifier<Uint8List>
  • BleCharacteristic
  • BluetoothLowEnergyCharacteristic

Constructors

BluetoothLowEnergyCharacteristic({required CentralManager backend, required BluetoothLowEnergyConnector connector, required Peripheral peripheral, required UUID serviceId, required UUID characteristicId})

Properties

backend → CentralManager
final
characteristicId → UUID
final
connector BluetoothLowEnergyConnector
final
dataStream Stream<Uint8List>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
peripheral → Peripheral
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId → UUID
final

Methods

canNotifyData() bool
inherited
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyData(Uint8List data) → void
inherited
read() Future<Uint8List>
override
startNotifications() Future<void>
override
stopNotifications() Future<void>
override
toString() String
A string representation of this object.
inherited
write({required Uint8List data}) Future<void>
override
writeWithoutResponse({required Uint8List data}) Future<void>
override

Operators

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