Denso BHT-202Q Bedienungsanleitung Seite 132

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 407
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 131
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);
123
Seitenansicht 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 406 407

Kommentare zu diesen Handbüchern

Keine Kommentare