Denso BHT-202Q Bedienungsanleitung Seite 128

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 407
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 127
LastType
BHT-700B
Acquires the last read code type.
"0" is stored in the barcode buffer if no barcodes have been read after starting up the
BHT.
BHT-700Q
Acquires the last read code type.
"0" is stored in the barcode buffer if no barcodes have been read after starting up the
BHT.
Returns information that multi-line codes have been read when multi-line codes are
read.
Use LastCodeInfo to acquire the code type for each line.
Returns information that EAN/UCC Composite codes have been read when
EAN/UCC Composite codes are read. Use LastCodeInfo to acquire the code type for
each line.
Syntax
[VB]
Public Property ReadOnly LastType As Char
[C#]
public char LastType {get}
Property
Type of barcode that was read last
The correlation between the barcode type and values is the same as that for the
InBufferType.
Default value: 0 (Nothing in VB.NET)
Exceptions
None
Note
The value is "0" if no barcode is read after an instance of the Scanner class was created.
The value remains unchanged even if barcode reading is disabled.
[Ex.] Acquire the code type for the data last read.
[VB] Dim type As Char = MyScanner.LastType
[C#] char type = MyScanner.LastType;
119
Seitenansicht 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 406 407

Kommentare zu diesen Handbüchern

Keine Kommentare