Denso BHT-200QW Especificaciones Pagina 128

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 376 377

Comentarios a estos manuales

Sin comentarios