KioRawWinPrinter Class
This library is intended to be used in the case that special instructions are handled from the Kiosk as opposed to JavaScript. The data passed to these printers should not contain special characters that affect the opertion of the printer itself.
Functions
Type | Signature |
void |
Print(string, string, bool, string)
Prints a string of data |
void |
PrintBytes(string, int[], bool)
Prints bytes |