DeviceAttributeType enum
Device Attribute Type
Values
- unknown → const DeviceAttributeType
-
Unknown
const DeviceAttributeType(0)
- vt100WithAdvancedVideoOption → const DeviceAttributeType
-
vt100
const DeviceAttributeType(12)
- vt101WithNoOptions → const DeviceAttributeType
-
vt101
const DeviceAttributeType(10)
- vt102 → const DeviceAttributeType
-
vt102
const DeviceAttributeType(6)
- vt220 → const DeviceAttributeType
-
vt220
const DeviceAttributeType(62)
- vt320 → const DeviceAttributeType
-
vt320
const DeviceAttributeType(63)
- vt420 → const DeviceAttributeType
-
vt420
const DeviceAttributeType(64)
- vt500 → const DeviceAttributeType
-
vt500
const DeviceAttributeType(65)
Properties
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<
DeviceAttributeType> - A constant List of the values in this enum, in order of their declaration.