
- 209 -
OpenMode
Sets or acquires the wireless open mode.
■ Syntax
[VB]
Public Property OpenMode As EN_OPEN_MODE
[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.
The Open status is not reflected to the Nic Control menu on units running on Windows CE
4.1 or 4.2. If the wireless communication device is opened by specifying
EN_OPEN_MODE.CONTINUOUSLY for this property, it is necessary to close from the
application.
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.
Kommentare zu diesen Handbüchern