Denso BHT-200QW Spezifikationen Seite 122

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 121
- 120 -
LastCodeInfo
Acquires information on the code that was read last.
Syntax
[VB]
Public Property ReadOnly LastCodeInfo As Scanner.CodeInfo
[C#]
public Scanner.CodeInfo LastCodeInfo {get}
Property
Information on the barcode that was read last
The correlation between the barcode type and values is the same as that for the
InBufferType.
Default value
: null (Nothing in VB.NET)
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 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare