Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 19 -
Mobile Printer
iOS SDK API Reference Guide
5. BXPrinterController Class Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS Printer SDK 1.0.0 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]
SDK Version is a read-only string in the form of “1.0.0”.
[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]
The control target printer object should be assigned before starting printer control.
[Availability]
SDK 1.0.0 and later