Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 37 -
Mobile Printer
iOS SDK API Reference Guide
5-3-32 isSupport_LSB
Check Whether a Specific Feature of the LSB is Supported
[Function prototype]
- (BOOL)isSupport_MSR
[Return Value]
If the feature of the LSB is supported, the value returned is TRUE
[Availability]
SDK 1.0.0 and later
5-3-33 isSupport_Barcode
Checks whether the printer can print barcodes.
[Function prototype]
- (BOOL)isSupport_Barcode
[Return Value]
TRUE if printing barcodes is supported.
FALSE if printing barcodes is not supported.
[Availability]
SDK 1.0.0 and later
5-3-34 getBarcodeSupportTable
Check that the Barcode Print Function is Supported
[Function prototype]
- (NSMutableArray*)getBarcodeSupportTable
[Return Value]
A NSMutableArray that contains BXBarcode is returned.
[Availability]
SDK 1.0.0 and later