Denso BHT-400-CE Reference Manual page 101

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

LastType
Acquires the type of code 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
LastType
Property
Type of barcode that was read last
The correlation between the barcode type and values is the same as that for the
InBufferType.
Default value: 0 (Nothing in VB.NET)
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 code type for the data last read.
[VB] Dim count As Integer = MyScanner.LastCount
[C#] int count = MyScanner.LastCount;
LastType
As Integer
{get}
- 95 -

Advertisement

Table of Contents
loading

Table of Contents