Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 40 -
Mobile Printer
iOS SDK API Reference Guide
5-3-41 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, return TRUE.
[Availability]
SDK 1.0.0 and later
5-3-42 isSupport_Barcode
Checks whether the printer can print out barcodes.
[Function prototype]
- (BOOL)isSupport_Barcode
[Return Value]
TRUE if printing barcodes are supported.
FALSE if printing barcodes are not supported.
[Availability]
SDK 1.0.0 and later
5-3-43 getBarcodeSupportTable
Check that the barcode print function is supported.
[Function prototype]
- (NSMutableArray*)getBarcodeSupportTable
[Return Value]
NSMutableArray that contains BXBarcode is returned.
[Availability]
SDK 1.0.0 and later