HeadsetState enum
Values
- INIT → const HeadsetState
-
const HeadsetState(0)
- CONNECTING → const HeadsetState
-
const HeadsetState(1)
- CONNECTED → const HeadsetState
-
const HeadsetState(2)
- WORKING → const HeadsetState
-
const HeadsetState(3)
- STOPPED → const HeadsetState
-
const HeadsetState(4)
- DISCONNECTED → const HeadsetState
-
const HeadsetState(5)
- COMPLETE → const HeadsetState
-
const HeadsetState(6)
- CONNECTION_FAILED → const HeadsetState
-
const HeadsetState(100)
- RECORDING_START → const HeadsetState
-
const HeadsetState(7)
- RECORDING_END → const HeadsetState
-
const HeadsetState(8)
- ERROR → const HeadsetState
-
const HeadsetState(101)
- GET_DATA_TIME_OUT → const HeadsetState
-
const HeadsetState(9)
- CHECK_SUM_FAIL → const HeadsetState
-
const HeadsetState(1000)
- RECORD_FAIL → const HeadsetState
-
const HeadsetState(1001)
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
- value → int
-
final
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<
HeadsetState> - A constant List of the values in this enum, in order of their declaration.