ManagerMqttReceiver class

Constructors

ManagerMqttReceiver({required String topic})

Properties

ble → ModuleBle
/////////////
no setterinherited
device ↔ BluetoothDevice?
getter/setter pairinherited
ecg → ModuleEcg?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
module ↔ ModuleInterface
getter/setter pairinherited
mqtt ModuleMqttReceiver
no setter
oxi → ModuleOxi?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanFilter bool Function(BluetoothDevice device)
/////
getter/setter pairinherited
streams → StreamImpl
no setterinherited
topic String
final
trackableModule Map<DeviceIdentifier, ModuleInterface>
////////////////
finalinherited

Methods

connectAndRegister({String targetDevice = '', bool isStrict = false}) Future<bool>
inherited
connectDevice({String targetDevice = '', bool isStrict = false}) Future<bool>
inherited
createModule() → ModuleInterface
disconnectDevice() Future<void>
inherited
getTrackableModule(BluetoothDevice targetDevice) → ModuleInterface
inherited
initializeStreams() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseMeasurement() Future<void>
inherited
registerCharacteristics() Future<void>
inherited
saveMeasurement({ModuleType type = ModuleType.ecg}) Future<Channels?>
inherited
startMeasurement() Future<void>
inherited
stopMeasurement() Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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