EpsonXmlHttpClient class
- Inheritance
-
- Object
- BaseEpsonClient
- EpsonXmlHttpClient
Constructors
- EpsonXmlHttpClient(Config config)
Properties
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
xmlDocreturns -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited