Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 24 -
Mobile Printer
iOS SDK API Reference Guide
5-3-4 lookup
Wireless Lookup
The following printers are searched:
- Paired Bluetooth printers with iPhone
- Printers in the same WiFi network where iPhone is connected
[Function prototype]
- (void)lookup
[Discussion]
Start/End of search and searched printers can be obtained through BXPrinter
ControlDelegate. Each iPhone has two network adaptors including 3G and WiFi
networks, and the lookup method searches WiFi only. No operation takes place when
there is no connected WiFi.
[Availability]
SDK 1.0.0 and later
5-3-5 selectTarget
Initialization Task for Object of Specified Target
[Function prototype]
- (long)selectTarget
- (long)selectTarget : (int) modelID
[Parameters]
modelID
- Select the type of printer.
- You do not need to input it but it will be automatically allocated.
Refer to 2-12 Model ID.
[Return Value]
Refer to 2-14 Result Code
[Discussion]
The target of BXPrininterController should be set in advance.
[Availability]
SDK 1.0.0 and later