POS Printer
Rev. 2.00
- 23 -
5-3-6 connect
Connect to target printer.
[Function prototype]
-
(BOOL)connect
[Discussion]
This method not works
when AutoConnection is setting in BXL_CONNECTIONMODE_AUTO(default, == 0)
Target of BXPrininterController property should be set in advance.
[Availability]
SDK 2.0.2 and later
5-3-7 disconnect
Disconnect to connected printer.
[Function prototype]
-
(void)disconnect
[Discussion]
This method not works
when AutoConnection is setting in BXL_CONNECTIONMODE_AUTO(default, == 0).
[Availability]
SDK 2.0.2 and later
5-3-8 enableLSB
Enable to Last status back.
[Function prototype]
-
(long)enableLSB:(BOOL)bEnable
[Parameters]
bEnable
LSB Enable.
FALSE : LSB Disable
TRUE : LSB Enable
[Return Value]
Refer to 2-16 Result Code
[Availability]
SDK 3.0.0 and later