BaseBleConnector class abstract

Inheritance

Constructors

BaseBleConnector.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
isConnectToKnownDeviceSupported bool
no setterinherited
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>
inherited
connectToKnownDevice({Duration duration}) Future<void>
inherited
createCharacteristic({required String serviceId, required String characteristicId}) BleCharacteristic
inherited
createMtu() BleMtu
inherited
createSerial({required String serviceId, required String rxCharacteristicId, required String txCharacteristicId}) BleSerial
override
disconnect() Future<void>
inherited
discoverServices() Future<List<String>>
inherited
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