BlueZGattDescriptor class

A GATT characteristic descriptor.

Constructors

BlueZGattDescriptor(_BlueZObject _object)

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 BlueZUUID
Unique ID for this descriptor.
no setter
value List<int>
Cached value of this descriptor, updated when readValue is called.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readValue({int? offset}) Future<List<int>>
Reads the value of the descriptor.
toString() String
A string representation of this object.
inherited
writeValue(Iterable<int> data, {int? offset, bool? prepareAuthorize}) Future<void>
Writes data to the descriptor.

Operators

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