AidlabManager class

Constructors

AidlabManager(AidlabManagerDelegate delegate)

Properties

aidlabManager_ ↔ AidlabManager_
getter/setter pair
delegate AidlabManagerDelegate?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

didDiscover(Device_ device, int rssi) → void
dispose() → void
Disposes the manager.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBluetoothStarted() → void
onDeviceScanStarted() → void
onDeviceScanStopped() → void
onScanFailed(int errorCode) → void
scan(ScanMode mode) → void
Scans for compatible devices.
stopScan() → void
Stops scanning for devices.
toString() String
A string representation of this object.
inherited

Operators

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