Denso BHT-200QW Spezifikationen Seite 123

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 122
- 121 -
LastCodeNum
Acquires the number of codes (rows) that were read last.
Syntax
[VB]
Public Property ReadOnly LastCodeNum As Integer
[C#]
public int LastCodeNum {get}
Property
Number of barcodes that were read last.
BHT-200Q
If the code that was read last is a multi-line code, the number of rows is returned.
If the code that was read last is a composite code, the number of codes constituting the
composite code (which is “2”) is returned.
If the code that was read last is other than the above, “1” is returned.
Default value
: 0
Exceptions
None
[Ex.] Acquire the code type and number of digits in all rows for the data last read.
[VB]
For i = 0 To MyScanner.LastCodeNum
len(i) = MyScanner.LastCodeInfo(i).Len
type(i) = MyScanner.LastCodeInfo(i).Type
Next
[C#]
for (i = 0; i < MyScanner.LastCodeNum; i++) {
len[i] = MyScanner.LastCodeInfo[i].Len
type[i] = MyScanner.LastCodeInfo[i].Type
}
Seitenansicht 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare