Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 40 -
Mobile Printer
iOS SDK API Reference Guide
6-2-6 willLookupPrinters
Called Before Starting Printer Search
[Function prototype]
- (void)willLookupPrinters:(BXPrinterController *)controller
[Parameters]
controller
BXPrinterController object that generates events
[Discussion]
Used to indicate the start of the printer search.
[Availability]
SDK 1.0.0 and later
6-2-7 didLookupPrinters
Called When Printer Search is Completed
[Function prototype]
- (void)didLookupPrinters:(BXPrinterController *)controller
[Parameters]
controller
BXPrinterController object that generates events
[Discussion]
Used to indicate the search status to users.
[Availability]
SDK 1.0.0 and later
6-2-8 didNotLookup
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 regarding the cause of failure
[Discussion]
Used when lookup fails when the printer is connected to WiFi or Bluetooth.
[Availability]
SDK 1.0.0 and later