Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 16 -
Mobile Printer
iOS SDK API Reference Guide
3. BXBarcode Class Reference
Inherits from
NSObject
Confirms to
Framework
BXPrinter.a
[Availability]
iOS Printer SDK 1.0.0 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
Define Barcode Number
@property int barNumber
[Discussion]
The barNumber 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 * name
[Discussion]
The name is saved automatically by collecting information from the connected printer.
[Availability]
SDK 1.0.0 and later
3-2-3 support
Barcode Availability
@property BOOL support
[Discussion]
The support is saved automatically by collecting information from the connected printer.
[Availability]
SDK 1.0.0 and later