
LastType
BHT-700B
Acquires the last read code type.
"0" is stored in the barcode buffer if no barcodes have been read after starting up the
BHT.
BHT-700Q
Acquires the last read code type.
"0" is stored in the barcode buffer if no barcodes have been read after starting up the
BHT.
Returns information that multi-line codes have been read when multi-line codes are
read.
Use LastCodeInfo to acquire the code type for each line.
Returns information that EAN/UCC Composite codes have been read when
EAN/UCC Composite codes are read. Use LastCodeInfo to acquire the code type for
each line.
■ Syntax
[VB]
Public Property ReadOnly LastType As Char
[C#]
public char 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 type As Char = MyScanner.LastType
[C#] char type = MyScanner.LastType;
119
Comentarios a estos manuales