Denso BHT-202Q Uživatelský manuál Strana 133

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 407
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 132
Input
Reads unicoded data from the barcode buffer.
Syntax
[VB]
Public Function Input(ByVal buffer() As Char, _
ByVal offset As Integer, ByVal len As Integer) As Integer
[C#]
public int Input(char[] buffer, int offset, int len)
Parameters
buffer
[out] Destination buffer
offset
[in] Offset value within buffer indicating the start point of reading
Specifying Scanner.ALL_BUFFER causes the entire contents of the barcode buffer
to be read.
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
Actual number of digits that have been read
Exceptions
Name of Exception Meaning
ObjectDisposedException Barcode reading is disabled.
124
Zobrazit stránku 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 406 407

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

Žádné komentáře