POS Printer
Rev. 2.00
- 22 -
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 0.6.0 and later
5-3-4 lookup
Printers in the same WiFi network where iPhone is connected are searched.
[Function prototype]
-
(void)lookup
[Discussion]
Stat/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 0.6.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 2.0.2 and later