
- 115 -
InBufferType
BHT-200B
Acquires the type of barcode remaining in the barcode buffer.
BHT-200Q
Acquires the type of barcode remaining in the barcode buffer.
When a multi-line code is read, this fact is communicated to the caller.
When an EAN/UCC composite code is read, this fact is communicated to the caller.
■ Syntax
[VB]
Public Property ReadOnly InBufferType As Char
[C#]
public char InBufferType {get}
■ Property
Type of barcode in the barcode buffer
The correlation between code type and InBufferType values is shown below.
Code Type InBufferType
None (No code read) 0
EAN-13 (JAN-13), UPC-A
'A'
EAN-8 (JAN-8) 'B'
UPC-E 'C'
ITF 'I'
STF (BHT-200B only) 'H'
CODABAR (NW-7) 'N'
CODE-39 'M'
CODE-93 (BHT-200B only) 'L'
CODE-128 'K'
EAN-128 'W'
MSI (BHT-200B only) 'P'
Comentarios a estos manuales