Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 26 -
Mobile Printer
iOS SDK API Reference Guide
5-3-9 isConnected
Returns the Connection State of the Printer
[Return Value]
TRUE if the printer is connected.
FALSE if the printer is not connected.
[Function prototype]
- (BOOL)isConnected
[Availability]
SDK 1.0.0 and later
5-3-10 enableLSB
Enable Last sStatus Back
[Function prototype]
- (long)enableLSB:(BOOL)bEnable
[Parameters]
bEnable
LSB Enable.
FALSE : LSB Disable
TRUE : LSB Enable
[Return Value]
Refer to 2-14 Result Code
[Availability]
SDK 1.0.0 and later
5-3-11 printText
Print Text
No action takes place if no printer is connected.
[Function prototype]
- (long)printText:(NSString *)string
[Parameters]
string
Unicode data with null terminator. Print target text string.
[Return Value]
Refer to 2-14 Result Code
[Discussion]
Text alignment property should be set in advance.
[Availability]
SDK 1.0.0 and later