Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 41 -
Mobile Printer
iOS SDK API Reference Guide
6-2-9 didBeBrokenConnection
Called When the Connection to Printer is Broken
[Function prototype]
- (void)didBeBrokenConnection:(BXPrinterController *)controller
withError:(NSError *)error
[Parameters]
controller
BXPrinterController object that generates events
error
Information regarding the cause of failure
[Discussion]
This method is called only when the connection is
interrupted by external problem other than user intervention. It is not called when a user
breaks the connection by calling the close method of
BXPrinterController.
Refer to the target property of BXPrinterController for the information of target printer.
[Availability]
SDK 1.0.0 and later
6-2-10 msrArrived
Called When MSR Data Arrives Correctly in MSR Read Mode
[Function prototype]
- (void)msrArrived:(BXPrinterController *)controller
track:(NSNumber *)track
[Parameters]
controller
BXPrinterController object that generates events
track
Track number 1 to 3 for MSR data
[Discussion]
After this method is called, the MSR data of the corresponding track can be obtained
through the getTrack: method of BXPrinterController.
[Availability]
SDK 1.0.0 and later