
- 116 -
Code Type InBufferType
QR code (BHT-200Q only) ‘Q’
Compound QR code (in
non-edit mode)
(BHT-200Q only)
‘S’
PDF417 (BHT-200Q only) 'Y'
Maxi Code (BHT-200Q only) 'X'
Data Matrix (BHT-200Q only) 'Z'
Multi-line code (BHT-200Q only) '&'
Composite code
(BHT-200Q only)
'V'
Default value
: 0 (Nothing in VB.NET)
■ Exceptions
None
■ Note
The value is reset to zero (0) when all data is read from the barcode buffer using the Input method and
the barcode buffer is empty.
The value is reset to zero (0) the moment barcode reading is disabled.
[Ex.] Acquire the code type for data remaining in the barcode buffer.
[VB] Dim type As Char = MyScanner.InBufferType
[C#] char type = MyScanner.InBufferType;
Comentarios a estos manuales