GattCharacteristic class abstract
A characteristic of a remote peripheral’s service.
Constructors
-
GattCharacteristic({required UUID uuid, required List<
GattCharacteristicProperty> properties, required List<GattDescriptor> descriptors}) -
Constructs a GattCharacteristic.
factory
Properties
-
descriptors
→ List<
GattDescriptor> -
A list of the descriptors discovered in this characteristic.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
properties
→ List<
GattCharacteristicProperty> -
The properties of the characteristic.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uuid → UUID
-
The Bluetooth-specific UUID of the attribute.
no setterinherited
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