CitizenPrinterUsbStatus enum

Inheritance
Available extensions

Values

success → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(0, 'Success')
printerNotReady → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(1, 'Printer not ready')
paperEmpty → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(2, 'Paper empty')
ribbonEmpty → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(4, 'Ribbon empty')
coverOpen → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(8, 'Cover open')
printerOffline → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(16, 'Printer offline')
cutterError → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(32, 'Cutter error')
printerError → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(64, 'Printer error')
headUp → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(128, 'Head up')
pauseStatus → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(256, 'Pause status')
labelTaken → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(512, 'Label taken')
unknown → const CitizenPrinterUsbStatus
const CitizenPrinterUsbStatus(-1, 'Unknown status')

Properties

code int
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
message String
final
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

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

Static Methods

fromCode(int statusCode) List<CitizenPrinterUsbStatus>

Constants

values → const List<CitizenPrinterUsbStatus>
A constant List of the values in this enum, in order of their declaration.