Sensor class
Constructors
- Sensor.new(String guid)
Properties
-
address
→ SensorGetProperty<
String> -
latefinal
-
batteryPower
→ SensorGetProperty<
int> -
latefinal
-
batteryPowerStream
→ Stream<
int> -
no setter
-
channelsCount
→ SensorGetProperty<
int> -
latefinal
-
commands
→ SensorGetConvertedProperty<
List< int?> , Set<FSensorCommand> > -
latefinal
-
dataOffset
→ SensorGetProperty<
FSensorDataOffset> -
latefinal
-
features
→ SensorGetConvertedProperty<
List< int?> , Set<FSensorFeature> > -
latefinal
-
firmwareMode
→ SensorGetProperty<
FSensorFirmwareMode> -
latefinal
-
gain
→ SensorGetProperty<
FSensorGain> -
latefinal
- guid → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ SensorGetSetProperty<
String> -
latefinal
-
parameters
→ SensorGetProperty<
List< FParameterInfo?> > -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
samplingFrequency
→ SensorGetProperty<
FSensorSamplingFrequency> -
latefinal
-
sensFamily
→ SensorGetProperty<
FSensorFamily> -
latefinal
- sensorMethodChannel → MethodChannel
-
final
-
sensorStateStream
→ Stream<
FSensorState> -
no setter
-
serialNumber
→ SensorGetSetProperty<
String> -
latefinal
-
state
→ SensorGetProperty<
FSensorState> -
latefinal
-
version
→ SensorGetProperty<
FSensorVersion> -
latefinal
Methods
-
close(
) → Future< void> -
connect(
) → Future< void> -
disconnect(
) → Future< void> -
dispose(
) → Future -
execute(
FSensorCommand command) → Future< void> -
isSupportedCommand(
FSensorCommand command) → Future< bool> -
isSupportedFeature(
FSensorFeature feature) → Future< bool> -
isSupportedParameter(
FSensorParameter 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