Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 17 -
Mobile Printer
iOS SDK API Reference Guide
3. BXBarcode Class Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS 3.1.3 and later
Declared
BXBarcodeInfo.h
3-1 Overview
BXBarcode class is an object that contains information about which barcode types are
supported for each printer to control.
3-2 Properties
3-2-1 barNumber
Barcode Define Number
@property int barNumber
[Discussion]
Printer name is saved automatically by collecting information from the connected printer.
[Availability]
SDK 1.0.0 and later
3-2-2 name
Barcode Name
@property(readwrite) NSString * address
[Discussion]
Printer name is saved automatically by collecting information from the connected printer.
[Availability]
SDK 1.0.0 and later
3-2-3 support
The availability of the barcode.
@property BOOL support
[Discussion]
Printer name is saved automatically by collecting information from the connected printer.
[Availability]
SDK 1.0.0 and later