Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 17 -
Mobile Printer
iOS SDK API Reference Guide
4. BXPrinter Class Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS Printer SDK 1.0.0 and later
Declared
BXPrinterObject.h
4-1 Overview
BXPrinter Class contains the information of the control target printer (name/network
address/port).
4-2 Properties
4-2-1 name
Printer Name
@property(readonly) NSString * name
[Discussion]
The name is saved automatically by collecting information from the connected printer.
[Availability]
SDK 1.0.0 and later
4-2-2 address
For Wifi Printer, The address is ip address of Printer
For Bluetooth Printer, The address is ConnectionID of Printer
@property(readwrite) NSString * address
[Discussion]
Target Printer should be assigned first before making a connection
Refer to 5-3-6 connect regarding connection
[Availability]
SDK 1.0.0 and later
4-2-3 port
For ZQ110 Wifi model, 9100 port is usually used
@property(readwrite) unsigned short port
[Availability]
SDK 1.0.0 and later