Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 20 -
Mobile Printer
iOS SDK API Reference Guide
5. BXPrinterController Class Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS 3.1.3 and later
Declared
BXPrinter.h
5-1 Overview
BXPrinterController Class is the main object for printer control.
5-2 Properties
5-2-1 version
SDK version
@property(readonly) NSString * version
[Discussion]
It is a string in the form of “1.0.0” and it is read only.
[Availability]
SDK 1.0.0 and later
5-2-2 delegate
Assign the object to apply BXPrinterControlDelegate method
@property(readwrite) id<BXPrinterControlDelegate> delegate
[Availability]
SDK 1.0.0 and later
5-2-3 target
Control target printer object
@property(readwrite) BXPrinter * target
[Discussion]
It is a control target printer object and should be assigned before starting printer control.
[Availability]
SDK 1.0.0 and later