Denso BHT-200QW Dokumentacja Strona 115

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 114
- 113 -
PortOpen
Enables or disables barcode reading.
Syntax
[VB]
Public WriteOnly Property PortOpen As Boolean
[C#]
public bool PortOpen {set}
Property
Read-enabled (= True), Read-disabled (= False)
Default value
: False
Exceptions
Name of Exception Meaning
SecurityException Barcode device file already opened
ArgumentException
The specified read mode was invalid.
The specified read-enabled code(s) was/were invalid.
[Ex.] Enable barcode reading.
[VB] MyScanner.PortOpen = True
[C#] MyScanner.PortOpen = true;
Przeglądanie stron 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag