Denso BHT-200QW Especificações Página 140

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 139
- 138 -
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
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
}
Vista de página 139
1 2 ... 135 136 137 138 139 140 141 142 143 144 145 ... 376 377

Comentários a estes Manuais

Sem comentários