Denso BHT-200QW Specifikace Strana 124

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 377
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 123
- 122 -
Input
Reads unicoded data from the barcode buffer.
Syntax
[VB]
Public Function Input(ByVal len As Integer) As String
[C#]
public string Input(int len)
Parameters
len
[in] Maximum number of digits in the barcode to be read
Specifying Scanner.ALL_BUFFER causes the entire contents of the barcode buffer to
be read.
Return value
Barcode data that has been read
Exceptions
Name of Exception Meaning
ObjectDisposedException Barcode reading is disabled
Note
Calling this method while barcode reading is disabled will cause an exception to be thrown.
[Ex.] Display the data last read.
[VB] TextBoxData.Text = MyScanner.Input(Scanner.ALL_BUFFER)
[C#] TextBoxData.Text = MyScanner.Input(Scanner.ALL_BUFFER);
Zobrazit stránku 123
1 2 ... 119 120 121 122 123 124 125 126 127 128 129 ... 376 377

Komentáře k této Příručce

Žádné komentáře