- writeMsg(byte[]) - Method in class com.rt.printerlibrary.connect.PrinterInterface
-
Send byte array to the printer(Run in Main Thread)
发送指令到打印机(主线程中运行)
- writeMsg(byte[]) - Method in class com.rt.printerlibrary.connect.SerialPortInterface
-
- writeMsg(byte[]) - Method in class com.rt.printerlibrary.printer.LabelPrinter
-
- writeMsg(byte[]) - Method in class com.rt.printerlibrary.printer.PinPrinter
-
- writeMsg(byte[]) - Method in class com.rt.printerlibrary.printer.RTPrinter
-
同步写指令到打印机
send byte array commands in ui-thread(Main thread).
- writeMsg(byte[]) - Method in class com.rt.printerlibrary.printer.ThermalPrinter
-
- writeMsg(byte[]) - Method in class com.rt.printerlibrary.printer.UniversalPrinter
-
Write byte array to the printer in main-thread
- writeMsgAsync(byte[]) - Method in class com.rt.printerlibrary.connect.PrinterInterface
-
Send byte array to the printer(Run in Sub-Thread)
发送指令到打印机(子线程中运行)
- writeMsgAsync(byte[]) - Method in class com.rt.printerlibrary.connect.SerialPortInterface
-
- writeMsgAsync(byte[]) - Method in class com.rt.printerlibrary.printer.LabelPrinter
-
- writeMsgAsync(byte[]) - Method in class com.rt.printerlibrary.printer.PinPrinter
-
- writeMsgAsync(byte[]) - Method in class com.rt.printerlibrary.printer.RTPrinter
-
异步写指令到打印机
send byte array commands in sub-thread.
- writeMsgAsync(byte[]) - Method in class com.rt.printerlibrary.printer.ThermalPrinter
-
- writeMsgAsync(byte[]) - Method in class com.rt.printerlibrary.printer.UniversalPrinter
-
Write byte array to the printer in sub-thread