BleOtsWrapper class

Constructors

BleOtsWrapper(String _deviceId, BleDeviceInteractor _ble, void _logMessage(String message), MetaDataUuids _metaDataUuids, String _getNameFromUuid(Uint8List uuid)?)

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

cancelSubscriptions() Future<void>
executeId(List<int> id) Future<bool>
getListOfSupportedUuids() Future<List<ObjectMetaData>>
init({CommonConnectionPriority? priority}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observeServiceId(Uint8List serviceUuid) → void
readDataFromId(List<int> id) Future<List<int>?>
toString() String
A string representation of this object.
inherited
waitForCustomUuidChanged(Uint8List serviceUuid, DateTime afterTime) Future<List<int>>
writeDataToId(List<int> id, List<int> value) Future<bool>

Operators

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