POS Printer
Rev. 2.00
- 17 -
5. BXPrinterController Class Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS 4.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 0.6.0 and later
5-2-2 delegate
Assign the object to apply BXPrinterControlDelegate method
@property(readwrite) id<BXPrinterControlDelegate>
delegate
[Availability]
SDK 0.6.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 0.6.0 and later