Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 18 -
Mobile Printer
iOS SDK API Reference Guide
4. BXPrinter Class Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS 3.1.3 and later
Declared
BXPrinterObject.h
4-1 Overview
BXPrinter Class contains the information of control target printer (name / network address /
port).
4-2 Properties
4-2-1 name
Printer name
@property(readonly) NSString * name
[Discussion]
Printer name is saved automatically by collecting information from the connected printer.
[Availability]
SDK 1.0.0 and later
4-2-2 address
ConnectionID of printer
@property(readwrite) NSString * address
[Discussion]
Target Printer should be assigned first before connection.
[Availability]
SDK 1.0.0 and later
4-2-3 port
Only Wifi printer, MFI mode is not support
@property(readwrite) unsigned short port
[Availability]
SDK 1.0.0 and later