Denso BHT-202Q Bedienungsanleitung Seite 148

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 407
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 147
Type
Acquires the code type.
Syntax
[VB]
Public ReadOnly Property Type As Char
[C#]
public char Type {get;}
Property
Code type. Refer to InBufferType for the relationship between code types and
properties.
Default value: 0 (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 – 1)
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
}
139
Seitenansicht 147
1 2 ... 143 144 145 146 147 148 149 150 151 152 153 ... 406 407

Kommentare zu diesen Handbüchern

Keine Kommentare