Denso BHT-400-CE Reference Manual page 189

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

When the property is set to EN_OPENMODE.CONTINUOUSLY and the wireless device is
opened:
When closing the wireless device, set the property to EN_OPEN_MODE.CONTINUOUSLY
and then close the device.
The wireless device is not closed even when exiting the application.
The wireless device is closed when the EN_OPEN_MODE.CONTINUOUSLY property is
specified at another application and the wireless device is closed.
Application: This applies to applications used only to perform settings in order to establish
a connection to the network.
[Ex.] Open a wireless connection to ensure that it is closed automatically when exiting the
application.
[VB]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL
MyRf.Open = True
[C#]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL;
MyRf.Open = true;
[Ex.] Close the wireless connection opened from the current application.
[VB]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL
MyRf.Open = True
.........
MyRf.Open = False
[C#]
MyRf.OpenMode = RF.EN_OPEN_MODE.NORMAL;
MyRf.Open = true;
.........
MyRf.Open = false;
- 183 -

Advertisement

Table of Contents
loading

Table of Contents