Command class

Constructors

Command()

Properties

hashCode int
The hash code for this object.
no setterinherited
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 Properties

BEEP String
final
BITMAP String
final
CLS String
final
COMMA String
final
DIRECTION String
final
DOT String
final
DPI200 int
final
DPI300 int
final
EOL String
final
EOL_HEX List<int>
final
EOP String
final
GAP String
final
INCH String
final
MILLIMETER String
final
OFFSET String
final
PRINT String
final
REFERENCE String
final
REVERSE String
final
SELF_TEST_ETHERNET String
final
SET_IP List<int>
final
SHIFT String
final
SIZE String
final
SPACE String
final

Static Methods

beep() String
clearCache() String
close() String
createLine(String command, List<String> args) String
createString(String command, List<String> args) String
imageString(String x, String y, String widthByte, String heightDot, {String mode = "0"}) String
printIt(String copy, {String repeat = "1"}) String
reverse(String x, String y, String widthByte, String heightDot) String
selfTest() String
setDirection(String direction) String
setGap(String w, String h, String unit) String
setOffset(String distance, String offset, String unit) String
setReference(String x, String y) String
setShift(String shiftLeft, String shiftTop) String
setSize(String w, String h, String unit) String