KioKioskPrinter Object
Functions
Type | Signature |
bool |
Print(string text, string deviceName = null)
Sends a string of text to the printer. |
bool |
PrintHex(string hexEncodedBytes, string deviceName = null)
Sends bytes to the printer. |
bool |
PrintBytes(byte[] bytes, string deviceName = null)
Sends bytes to the printer. |