Denso BHT-400-CE Reference Manual page 97

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

InBufferCount
Acquires the number of digits in the barcode remaining in the barcode buffer.
Syntax
[VB]
Public Property ReadOnly
[C#]
public int
InBufferCount
Property
Number of digits in the barcode in the barcode buffer
Default value:
0
Exceptions
None
Note
Once data has been read from the barcode buffer using the Input method, this count is reduced by the
number of digits that have been read.
This count is reset to zero (0) the moment barcode reading is disabled.
[Ex.] Acquire the number of code digits for data remaining in the barcode buffer.
[VB] Dim len As Integer = MyScanner.InBufferCount
[C#] int len = MyScanner.InBufferCount;
InBufferCount
As Integer
{get}
- 91 -

Advertisement

Table of Contents
loading

Table of Contents