Denso BHT-200QW Dokumentacja Strona 116

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 115
- 114 -
InBufferCount
BHT-200B
Acquires the number of digits in the barcode remaining in the barcode buffer.
BHT-200Q
Acquires the number of digits in the barcode remaining in the barcode buffer.
When a multi-line code is read, the total number of digits in the multi-line code is returned.
When an EAN/UCC composite code is read, the total number of digits in the composite
code is returned.
Syntax
[VB]
Public Property ReadOnly InBufferCount As Integer
[C#]
public int InBufferCount {get}
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;
Przeglądanie stron 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag