BluetoothDescriptor class
Constructors
Properties
- characteristicUuid → Guid
-
final
- deviceId → DeviceIdentifier
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lastValue
→ List<
int> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceUuid → Guid
-
final
- uuid → Guid
-
final
-
value
→ Stream<
List< int> > -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
) → Future< List< int> > - Retrieves the value of a specified descriptor
-
toString(
) → String -
A string representation of this object.
override
-
write(
List< int> value) → Future<Null> - Writes the value of a descriptor
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited