Denso BHT-400-CE Reference Manual page 326

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

FileCount
Acquires the file number of the file being transferred.
Syntax
[VB]
Public ReadOnly Property
[C#]
public int
FileCount
Property
File number. (A serial number starting with the first file transferred as file number 1.)
Default value: 0
Exceptions
None
[Ex.] Acquire the number of the file currently being sent.
[VB] Dim Number As Integer = MyFileTransfer.FileCount
[C#] int Number = MyFileTransfer.FileCount;
FileCount
As Integer
{get; }
- 320 -

Advertisement

Table of Contents
loading

Table of Contents