Denso BHT-200QW Specifikace Strana 122

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 377
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
}
Zobrazit stránku 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 376 377

Komentáře k této Příručce

Žádné komentáře