Denso BHT-400-CE Reference Manual page 191

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Open
Opens or closes wireless communication.
Syntax
[VB]
Public Property
[C#]
public bool Open{get; set;}
Property
Wireless communication open (= True), close (= False)
If wireless communication is achieved by setting OpenMode to
EN_OPEN_MODE.NORMAL, the status achieved by setting OpenMode to
EN_OPEN_MODE.NORMAL will be returned.
If wireless communication is achieved by setting OpenMode to
EN_OPEN_MODE.CONTINUOUSLY, the status achieved by setting OpenMode to
EN_OPEN_MODE.CONTINUOUSLY will be returned.
Default value: False
Exceptions
Name of Exception
DeviceNotFoundException
ArgumentException
[Ex.] Open a wireless connection.
[VB] MyRf.Open = True
[C#] MyRf.Open = true;
Open
As Boolean
Meaning
The specified device does not exist.
The value specified for OpenMode is abnormal.
- 185 -

Advertisement

Table of Contents
loading

Table of Contents