EpsonXmlHttpClient class

Inheritance

Constructors

EpsonXmlHttpClient(Config config)

Properties

config Config
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

executeCommand(List<Command>? commands) Future<Response>
send Command to fiscal printer
override
getConfig() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseRequest(XmlDocumentFragment xmlDoc) String
Request Message Format:
parseResponse(String xmlStr) Response
Response Message Format:
printCancel(Cancel cancel) Future<Response>
print a commercial refund/void document
override
printFiscalReceipt(Receipt receipt) Future<Response>
commercial document
override
printFiscalReport(Report report) Future<Response>
daily closure (X and Z reports)
override
send(XmlDocumentFragment xmlDoc) Future<Response>
send to the printer server xmlDoc returns
toString() String
A string representation of this object.
inherited

Operators

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