BrainBit class

Inheritance
Implementers

Constructors

BrainBit(String guid)

Properties

address SensorGetProperty<String>
latefinalinherited
batteryPower SensorGetProperty<int>
latefinalinherited
batteryPowerStream Stream<int>
no setterinherited
channelsCount SensorGetProperty<int>
latefinalinherited
commands SensorGetConvertedProperty<List<int?>, Set<SensorCommand>>
latefinalinherited
dataOffset SensorGetProperty<SensorDataOffset>
latefinalinherited
features SensorGetConvertedProperty<List<int?>, Set<SensorFeature>>
latefinalinherited
firmwareMode SensorGetProperty<SensorFirmwareMode>
latefinalinherited
gain SensorGetSetProperty<SensorGain>
latefinal
guid String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name SensorGetSetProperty<String>
latefinalinherited
parameters SensorGetProperty<List<ParameterInfo?>>
latefinalinherited
resistDataStream Stream<BrainBitResistData>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingFrequency SensorGetProperty<SensorSamplingFrequency>
latefinalinherited
sensFamily SensorGetProperty<SensorFamily>
latefinalinherited
sensorMethodChannel MethodChannel
finalinherited
sensorStateStream Stream<SensorState>
no setterinherited
serialNumber SensorGetSetProperty<String>
latefinalinherited
signalDataStream Stream<List<BrainBitSignalData>>
no setter
state SensorGetProperty<SensorState>
latefinalinherited
version SensorGetProperty<SensorVersion>
latefinalinherited

Methods

close() Future<void>
inherited
connect() Future<void>
inherited
disconnect() Future<void>
inherited
dispose() Future
override
execute(SensorCommand command) Future<void>
inherited
isSupportedCommand(SensorCommand command) Future<bool>
inherited
isSupportedFeature(SensorFeature feature) Future<bool>
inherited
isSupportedParameter(SensorParameter parameter) Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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