BleCharacteristic class

An advertised BLE characteristic.

Properties

deviceId String
The device id that this service belongs to.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The id of the characteristic.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId String
The id of the service.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() Future<Uint8List?>
Reads the latest value of the characteristic.
toString() String
A string representation of this object.
inherited
write(Uint8List data) Future<void>
Writes the given data to the characteristic.

Operators

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