GATTDescriptor class abstract base

An object that provides further information about a remote peripheral’s characteristic.

Inheritance

Constructors

GATTDescriptor({required UUID uuid})
Constructs a GATTDescriptor.
GATTDescriptor.immutable({required UUID uuid, required Uint8List value})
Creates a immutable descriptor with a specified value.
factory
GATTDescriptor.mutable({required UUID uuid, required List<GATTCharacteristicPermission> permissions})
Creates a mutable descriptor.
factory

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 UUID
The Bluetooth-specific UUID of the attribute.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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