Denso BHT-400-CE Reference Manual page 100

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

LastCount
Acquires the number of digits in the barcode that was read last.
"0" is stored if no barcodes are read since the BHT was last started up.
Syntax
[VB]
Public Property ReadOnly
[C#]
public int
LastCount
Property
Number of digits in the barcode that was read last
Default value: 0
Exceptions
None
Note
The value is "0" if no barcode is read after an instance of the Scanner class was created.
The value remains unchanged even if barcode reading is disabled.
[Ex.] Acquire the number of code digits for the data last read.
[VB] Dim count As Integer = MyScanner.LastCount
[C#] int count = MyScanner.LastCount;
LastCount
As Integer
{get}
- 94 -

Advertisement

Table of Contents
loading

Table of Contents