Denso BHT-400-CE Reference Manual page 188

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

OpenMode
Sets or acquires the wireless open mode.
Syntax
[VB]
Public Property
[C#]
public EN_OPEN_MODE OpenMode{get; set;}
Property
Wireless communication open mode
Parameter values: As listed in EN_OPEN_MODE
Default value: EN_OPEN_MODE.NORMAL
Exceptions
None
Note
If an invalid value is specified for this property, no exceptions will be thrown immediately;
however, an exception will be thrown later when an attempt is made to open or close the
wireless device.
When the property is set to EN_OPENMODE.NORMAL and the wireless device is opened:
When closing the wireless device, set the property to EN_OPEN_MODE.NORMAL and
then close the device.
The wireless device will remain open provided that neither of the above two operations are
performed (including when closing the wireless device from another application).
Application: This applies to connections made to the network from a single application and
applications used to perform communication using FTP and so forth.
OpenMode
As EN_OPEN_MODE
- 182 -

Advertisement

Table of Contents
loading

Table of Contents