DeviceAttributeParams enum

Inheritance

Constructors

DeviceAttributeParams(int value)
The value of the attribute
const

Values

columns132 → const DeviceAttributeParams

132 columns support

const DeviceAttributeParams(1)
printer → const DeviceAttributeParams

Printer port

const DeviceAttributeParams(2)
regisGraphics → const DeviceAttributeParams

ReGIS Graphics

const DeviceAttributeParams(3)
sixelGraphics → const DeviceAttributeParams

Sixel Graphics

const DeviceAttributeParams(4)
selectiveErase → const DeviceAttributeParams

Selective Erase

const DeviceAttributeParams(6)
userDefinedKeys → const DeviceAttributeParams

User-defined keys

const DeviceAttributeParams(8)
nationalReplacementCharsets → const DeviceAttributeParams

National replacement character sets (NRCS)

const DeviceAttributeParams(9)
technicalCharacters → const DeviceAttributeParams

Technical character set

const DeviceAttributeParams(15)
userWindows → const DeviceAttributeParams

Windowing capability

const DeviceAttributeParams(18)
horizontalScrolling → const DeviceAttributeParams

Horizontal scrolling

const DeviceAttributeParams(21)
ansiColor → const DeviceAttributeParams

ANSI color

const DeviceAttributeParams(22)
ansiTextLocator → const DeviceAttributeParams

ANSI text locator

const DeviceAttributeParams(29)
unknown → const DeviceAttributeParams

Unknown

const DeviceAttributeParams(999999)

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

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