Denso BHT-400-CE Reference Manual page 318

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

FileTransfer
Initializes a new instance of the FileTransfer class.
Syntax
[VB]
Public Sub New( )
[C#]
public FileTransfer( )
Parameters
None
Exceptions
None
[Ex.] Create a FileTransfer class instance.
[VB] Dim MyFileTransfer As FileTransfer = New FileTransfer
[C#] FileTransfer MyFileTransfer = new FileTransfer();
DEFAULT_PORT
Default value of the port number. This value is read-only.
Syntax
[VB]
Public ReadOnly DEFAULT_PORT As Integer
[C#]
public readonly int DEFAULT_PORT;
- 312 -

Advertisement

Table of Contents
loading

Table of Contents