FrameDataTypePrefixes enum
Enum representing different types of frame data prefixes.
Values
- longData → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x01)
- longDataEnd → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x02)
- wake → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x03)
- tap → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x04)
- micData → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x05)
- debugPrint → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x06)
- photoData → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x07)
- photoDataEnd → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x08)
- checkLength → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x09)
- longText → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x0A)
- longTextEnd → const FrameDataTypePrefixes
-
const FrameDataTypePrefixes(0x0B)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
- valueAsHex → String
-
no setter
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<
FrameDataTypePrefixes> - A constant List of the values in this enum, in order of their declaration.