Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 39 -
Mobile Printer
iOS SDK API Reference Guide
6-2-3 didFindPrinter
Called for Each Printer When Another Printer is Discovered from the Same Network.
[Function prototype]
- (void)didFindPrinter:(BXPrinterController *)controller
printer:(BXPrinter *)printer
[Parameters]
controller
BXPrinterController object that generates events
printer
Information of discovered printer
[Discussion]
If same printer responds multiple times during the printer lookup process, this method is
called only once the first time.
[Availability]
SDK 1.0.0 and late
6-2-4 didConnect
Called When a Connection to a Printer is Finished.
[Function prototype]
- (void)didConnect:(BXPrinterController *)controller
[Discussion]
If you need to have more information about target printers, please refer to target
properties in BXPrinterController.
[Availability]
SDK 1.0.0 and later
6-2-5 didNotConnect
Called when connection to printer cannot be made.
[Function prototype]
- (void)didNotConnect:(BXPrinterController *)controller
withError:(NSError *)error
[Parameters]
controller
BXPrinterController object that generates events
error
Information regarding the cause of failure
[Discussion]
Used when there is an error during the printer connection stage.
[Availability]
SDK 1.0.0 and later