BleConnector class abstract

Inheritance
Implementers

Constructors

BleConnector()

Properties

hashCode int
The hash code for this object.
no setterinherited
isConnectToKnownDeviceSupported bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state BleConnectorStatus
no setterinherited
stateStream Stream<BleConnectorStatus>
no setterinherited

Methods

canNotifyState() bool
inherited
connect() Future<void>
connectToKnownDevice({Duration duration}) Future<void>
createCharacteristic({required String serviceId, required String characteristicId}) BleCharacteristic
createMtu() BleMtu
createSerial({required String serviceId, required String rxCharacteristicId, required String txCharacteristicId}) BleSerial
disconnect() Future<void>
discoverServices() Future<List<String>>
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyState(BleConnectorStatus state) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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