DeviceAttributeType enum

Device Attribute Type

Inheritance

Constructors

DeviceAttributeType(int value)
The value of the attribute
const

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

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
The value of the attribute
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<DeviceAttributeType>
A constant List of the values in this enum, in order of their declaration.