GenericPrinter class abstract

Inheritance
Implementers

Constructors

GenericPrinter(PrinterConnector connector)

Properties

connector PrinterConnector
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

beep() Future<bool>
inherited
encodeSetIP(String ip) List<int>
image(Uint8List image, {int threshold = 150}) Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pulseDrawer() Future<bool>
inherited
selfTest() Future<bool>
inherited
sendToConnector(List<int> fn(), {int? delayMs}) Future<bool>
setIp(String ipAddress) Future<bool>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited