
InBufferType
BHT-700B
Acquires the code type of codes remaining in the barcode buffer.
BHT-700Q
Acquires the code type of codes remaining in the barcode buffer.
Returns information that multi-line codes have been read when multi-line codes are
read.
Returns information that EAN/UCC Composite codes have been read when
EAN/UCC Composite codes are read.
■ 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-700B Only) 'H'
CODABAR (NW-7) 'N'
CODE-39 'M'
CODE-93 'L'
CODE-128 'K'
EAN-128 'W'
MSI (BHT-700B Only) 'P'
RSS 'R'
QR codes (BHT-700Q only) 'Q'
QR codes
Non-edited connected codes
(BHT-700Q only)
'S'
PDF417 (BHT-700Q Only) 'Y'
Maxi Code (BHT-700Q Only) 'X'
Data Matrix (BHT-700Q Only) 'Z'
Multi-line codes (BHT-700Q only) '&'
Composite Code (BHT-700Q Only) 'V'
Default value: 0 (Nothing in VB.NET)
115
Kommentare zu diesen Handbüchern