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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 127
- 126 -
Note
Calling this method while barcode reading is disabled will cause an exception to be thrown.
When displaying the read data, it is necessary to use the encoding class and convert to
Unicode.
[Ex.] Use the ANSI code page encoding currently set in the system and convert to
Unicode.
[VB]
Dim buffer(MAX_2DCODE_LEN) As Byte
Input(buffer, 0, ALL_BUFFER)
Dim strDisplayData As String = System.Text.Encoding.Default.GetString(buffer)
[C#]
byte[] buffer = new byte[MAX_2DCODE_LEN];
Input(buffer, 0, ALL_BUFFER);
string strDisplayData = System.Text.Encoding.Default.GetString(buffer);
Vista de página 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 376 377

Comentários a estes Manuais

Sem comentários