
- 119 -
LastType
BHT-200B
Acquires the type of code that was read last.
“0” is stored if no barcodes are read since the BHT was last started up.
BHT-200Q
Acquires the type of code that was read last.
“0” is stored if no barcodes are read since the BHT was last started up.
When a multi-line code is read, this fact is communicated to the caller.
To acquire the type of code for a specific row, use LastCodeInfo.
When an EAN/UCC composite code is read, this fact is communicated to the caller. To
acquire the code type for a specific row, use LastCodeInfo.
■ Syntax
[VB]
Public Property ReadOnly LastType As Integer
[C#]
public int LastType {get}
■ 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;
Comentarios a estos manuales