Denso BHT-400-CE Reference Manual page 98

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

InBufferType
Acquires the type of barcode remaining in the barcode buffer.
Syntax
[VB]
Public Property ReadOnly
[C#]
public char
InBufferType
Property
Type of barcode in the barcode buffer
The correlation between code type and InBufferType values is shown below.
Code Type
None (No code read)
EAN-13 (JAN-13), UPC-A
EAN-8 (JAN-8)
UPC-E
ITF
STF
CODABAR (NW-7)
CODE-39
CODE-93
CODE-128
EAN-128
MSI
InBufferType
As Char
{get}
InBufferType
0
'A'
'B'
'C'
'I'
'H'
'N'
'M'
'L'
'K'
'W'
'P'
- 92 -

Advertisement

Table of Contents
loading

Table of Contents