DiscoveredCharacteristic class

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

Annotations
  • @immutable

Constructors

DiscoveredCharacteristic({required Uuid characteristicId, required String characteristicInstanceId, required Uuid serviceId, required bool isReadable, required bool isWritableWithResponse, required bool isWritableWithoutResponse, required bool isNotifiable, required bool isIndicatable})
const

Properties

characteristicId Uuid
Unique uuid of the specific characteristic
final
characteristicInstanceId String
final
hashCode int
The hash code for this object.
no setteroverride
isIndicatable bool
final
isNotifiable bool
final
isReadable bool
Properties
final
isWritableWithoutResponse bool
final
isWritableWithResponse bool
final
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