POS Printer
Rev. 2.00
- 15 -
4. BXPrinter Class Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS 4.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 0.6.0 and later
4-2-2 address
Network address of printer
@property(readwrite) NSString *
address
[Discussion]
Network address of the printer should be assigned first before connection.
[Availability]
SDK 0.6.0 and later
4-2-3 port
Network port of printer
@property(readwrite) unsigned short
port
[Discussion]
Network port of the printer should be assigned first before connection.
[Availability]
SDK 0.6.0 and later