MockBleCharacteristic class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
final

Methods

getUuid() String
Returns the UUID of the characteristics
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() Future<Uint8List>
Read a value from the characteristic
override
setNotifyValue(bool notify) Future<bool>
Enable notification from the characteristic.
override
toString() String
A string representation of this object.
inherited
write({required Uint8List value, bool withoutResponse = false}) Future<void>
Write a value to the characteristic
override

Operators

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