Denso BHT-200QW Spezifikationen Seite 141

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 140
- 139 -
Len
Acquires the number of digits in the code (code length).
Syntax
[VB]
Public ReadOnly Property Len As Integer
[C#]
public int Len {get;}
Property
Number of digits in the code
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 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare