QualifiedCharacteristic class

Specific BLE characteristic for a BLE device characterized by deviceId, serviceId and characteristicId.

Annotations
  • @immutable

Constructors

QualifiedCharacteristic({required Uuid characteristicId, required Uuid serviceId, required String deviceId})
const

Properties

characteristicId Uuid
Unique uuid of the specific characteristic
final
deviceId String
Device id of the BLE device
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId Uuid
Service uuid of the characteristic
final

Methods

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

Operators

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