Denso BHT-200QW Dokumentacja Strona 128

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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);
Przeglądanie stron 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag