Denso BHT-200QW Especificaciones Pagina 121

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 120
- 119 -
LastType
BHT-200B
Acquires the type of code that was read last.
“0” is stored if no barcodes are read since the BHT was last started up.
BHT-200Q
Acquires the type of code that was read last.
“0” is stored if no barcodes are read since the BHT was last started up.
When a multi-line code is read, this fact is communicated to the caller.
To acquire the type of code for a specific row, use LastCodeInfo.
When an EAN/UCC composite code is read, this fact is communicated to the caller. To
acquire the code type for a specific row, use LastCodeInfo.
Syntax
[VB]
Public Property ReadOnly LastType As Integer
[C#]
public int 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 count As Integer = MyScanner.LastCount
[C#] int count = MyScanner.LastCount;
Vista de pagina 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 376 377

Comentarios a estos manuales

Sin comentarios