Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 41 -
Mobile Printer
iOS SDK API Reference Guide
6. BXPrinterControllerDelegate Protocol Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS 3.1.3 and later
Declared
BXPrinteControlDelegater.h
6-1 Overview
This receives events occurring in the BXPrinterController class.
6-2 Instance Methods
6-2-1 didStart
It is called when class starts to be used 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]
It can be used to indicate the beginning of the use of printer class to users.
[Availability]
SDK 1.0.0 and later
6-2-2 didStop
It is called when class use is stopped using open method of BXPrinterController.
[Function prototype]
- (void) didStop
[Parameters]
controller
BXPrinterController object that generates events
[Discussion]
It can be used to indicate the termination of the use of printer class.
[Availability]
SDK 1.0.0 and later