The Status Channel on iOS

// Expert user has replied.
A Adel Sari 2 years 11 months ago
8 1 0

Hi,
my application is running on Android/iOS devices and printing on link-OS printer
on Android i check the printer status via the status channel, before sending a job, like that:
Connection btStatusConnection = new BluetoothStatusConnection(theBtMacAddress);
ZebraPrinter printer = ZebraPrinterFactory.getLinkOsPrinter(connection, PrinterLanguage.ZPL);
if (null == printer) {
     printer = ZebraPrinterFactory.getInstance(PrinterLanguage.ZPL, connection);
}
PrinterStatus printerStatus = printer.getCurrentStatus();
 
How can i achieve the same practice on iOS
 
thanks

Please register or login to post a reply

1 Replies

S Samantha Corn

Hi Adel,

There is a PrinterStatus class in the Link-OS SDK for iOS as well. Full documentation on this class can be found here. There is also the same getCurrentStatus function in the Zebra Printer class, documentation is here.

CONTACT
Can’t find what you’re looking for?