Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 25 -
Mobile Printer
iOS SDK API Reference Guide
5-3-3 close
Resources are de-allocated for stopping or terminating the use of BXPrinterController
class.
[Discussion]
- It should be called before calling main delegate of applications like
(void)applicationWillResignActive:(UIApplication *) application.
When close method is not called and applications using BXPrinterController are running
in the background, simultaneous use of BXPrinterController by other applications could
be restricted.
[Availability]
SDK 1.0.0 and later
5-3-4 lookup
The following printers will be 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 to type of printer.
- If you were not input, This is allocated automatically.
Refer to 2-14 Model ID.
[Return Value]
Refer to 2-16 Result Code
[Discussion]
Target of BXPrininterController property should be set in advance.
[Availability]
SDK 1.0.0 and later