Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 38 -
Mobile Printer
iOS SDK API Reference Guide
6. BXPrinterControllerDelegate Protocol Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS Printer SDK 1.0.0 and later
Declared
BXPrinteControlDelegater.h
6-1 Overview
This receives events occurring in the BXPrinterController class.
6-2 Instance Methods
6-2-1 didStart
Called When Class Use is Started Using Open Method of BXPrinterController
It is called after printer connection is completed.
[Function prototype]
- (void) didStart
[Parameters]
controller
BXPrinterController object that generates events
[Discussion]
Used to indicate the beginning of the use of printer class to users.
[Availability]
SDK 1.0.0 and later
6-2-2 didStop
Called When Class Use is Stopped Using Open Method of BXPrinterController
[Function prototype]
- (void) didStop
[Parameters]
controller
BXPrinterController object that generates events
[Discussion]
Used to indicate the termination of the use of printer class.
[Availability]
SDK 1.0.0 and later