Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 43 -
Mobile Printer
iOS SDK API Reference Guide
6-2-6 willLookupPrinters
This method is called before starting printer search.
[Function prototype]
- (void)willLookupPrinters:(BXPrinterController *)controller
[Parameters]
controller
BXPrinterController object that generates events
[Discussion]
This can be used to indicate the start of printer search.
[Availability]
SDK 1.0.0 and later
6-2-7 didLookupPrinters
This method is called when printer search is completed.
[Function prototype]
- (void)didLookupPrinters:(BXPrinterController *)controller
[Parameters]
controller
BXPrinterController object that generates events
[Discussion]
It can be used to indicate the search status to users.
[Availability]
SDK 1.0.0 and later
6-2-8 didNotLookup
This method is called when printer search cannot be performed.
[Function prototype]
- (void)didNotLookup:(BXPrinterController *)controller
withError:(NSError *)error
[Parameters]
controller
BXPrinterController object that generates events
error
Information of cause of failure
[Discussion]
Lookup fails when printer is connected to WiFi or Bluetooth.
[Availability]
SDK 1.0.0 and later