Sensor class
Properties
-
address
→ SensorGetProperty<
String> -
latefinal
-
batteryPower
→ SensorGetProperty<
int> -
latefinal
-
batteryPowerStream
→ Stream<
int> -
no setter
-
channelsCount
→ SensorGetProperty<
int> -
latefinal
-
commands
→ SensorGetConvertedProperty<
List< int?> , Set<SensorCommand> > -
latefinal
-
dataOffset
→ SensorGetProperty<
SensorDataOffset> -
latefinal
-
features
→ SensorGetConvertedProperty<
List< int?> , Set<SensorFeature> > -
latefinal
-
firmwareMode
→ SensorGetProperty<
SensorFirmwareMode> -
latefinal
-
gain
→ SensorGetProperty<
SensorGain> -
latefinal
- guid → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ SensorGetSetProperty<
String> -
latefinal
-
parameters
→ SensorGetProperty<
List< ParameterInfo?> > -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
samplingFrequency
→ SensorGetProperty<
SensorSamplingFrequency> -
latefinal
-
sensFamily
→ SensorGetProperty<
SensorFamily> -
latefinal
- sensorMethodChannel → MethodChannel
-
final
-
sensorStateStream
→ Stream<
SensorState> -
no setter
-
serialNumber
→ SensorGetSetProperty<
String> -
latefinal
-
state
→ SensorGetProperty<
SensorState> -
latefinal
-
version
→ SensorGetProperty<
SensorVersion> -
latefinal
Methods
-
close(
) → Future< void> -
connect(
) → Future< void> -
disconnect(
) → Future< void> -
dispose(
) → Future -
execute(
SensorCommand command) → Future< void> -
isSupportedCommand(
SensorCommand command) → Future< bool> -
isSupportedFeature(
SensorFeature feature) → Future< bool> -
isSupportedParameter(
SensorParameter parameter) → Future< bool> -
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
Static Properties
- api → NeuroApi
-
final