Denso BHT-400-CE Reference Manual page 319

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Port
Sets the COM port number.
Syntax
[VB]
Public Property
[C#]
public int
Port
Property
COM port number
Parameter value(s): 1: Connector interface, 4: IrDA
Default value: 4
Exceptions
Name of Exception
InvalidOperationException
Note
If the value of this property is changed while COM port is open, an exception will be thrown.
The value specified for this property will be valid the next time a send or receive operation is
performed.
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 send or receive
data.
[Ex.] Create a FileTransfer class instance.
[VB] Dim Port As Integer = MyFileTransfer.Port
[C#] int Port = MyFileTransfer.Port;
Port
As Integer
{get; set}
Meaning
The COM port is already open.
- 313 -

Advertisement

Table of Contents
loading

Table of Contents