FSensorCommand enum
Values
- startSignal → const FSensorCommand
- stopSignal → const FSensorCommand
- startResist → const FSensorCommand
- stopResist → const FSensorCommand
- startMEMS → const FSensorCommand
- stopMEMS → const FSensorCommand
- startRespiration → const FSensorCommand
- stopRespiration → const FSensorCommand
- startCurrentStimulation → const FSensorCommand
- stopCurrentStimulation → const FSensorCommand
- enableMotionAssistant → const FSensorCommand
- disableMotionAssistant → const FSensorCommand
- findMe → const FSensorCommand
- startAngle → const FSensorCommand
- stopAngle → const FSensorCommand
- calibrateMEMS → const FSensorCommand
- resetQuaternion → const FSensorCommand
- startEnvelope → const FSensorCommand
- stopEnvelope → const FSensorCommand
- resetMotionCounter → const FSensorCommand
- calibrateStimulation → const FSensorCommand
- idle → const FSensorCommand
- powerDown → const FSensorCommand
- startFPG → const FSensorCommand
- stopFPG → const FSensorCommand
- startSignalAndResist → const FSensorCommand
- stopSignalAndResist → const FSensorCommand
- startPhotoStimulation → const FSensorCommand
- stopPhotoStimulation → const FSensorCommand
- startAcousticStimulation → const FSensorCommand
- stopAcousticStimulation → const FSensorCommand
- fileSystemEnable → const FSensorCommand
- fileSystemDisable → const FSensorCommand
- fileSystemStreamClose → const FSensorCommand
- startCalibrateSignal → const FSensorCommand
- stopCalibrateSignal → const FSensorCommand
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Constants
-
values
→ const List<
FSensorCommand> - A constant List of the values in this enum, in order of their declaration.