BBDevice class

Constructors

BBDevice({required String id, required String? name})

Properties

connectionStatus BBDeviceConnectionStatus
no setter
connectionStatusStream Stream<BBDeviceConnectionStatus>
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
final
mtu int
no setter
mtuStream Stream<int>
no setter
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<BBService>
no setter
servicesStream Stream<List<BBService>>
no setter

Methods

connect() Future
disconnect() Future
discoverServices() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestMTU(int mtu) Future<int>
toString() String
A string representation of this object.
inherited

Operators

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