BleDeviceInteractor class abstract

Constructors

BleDeviceInteractor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readCharacteristic(CommonCharacteristic characteristic) Future<List<int>>
requestConnectionPriority(CommonConnectionPriority priority, String deviceId) Future<void>
requestMtu(int mtu, String deviceId) Future<int>
subscribeToCharacteristic(CommonCharacteristic characteristic) Stream<List<int>>
toString() String
A string representation of this object.
inherited
writeCharacteristicWithoutResponse(CommonCharacteristic characteristic, List<int> value) Future<void>
writeCharacteristicWithResponse(CommonCharacteristic characteristic, List<int> value) Future<void>

Operators

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