Denso BHT-202Q Instrukcja Użytkownika Strona 122

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 121
PortOpen
Enables or disables barcode reading.
Syntax
[VB]
Public Property PortOpen As Boolean
[C#]
public bool PortOpen {get; 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;
113
Przeglądanie stron 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag