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

  • 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 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
Zobrazit stránku 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 406 407

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

Žádné komentáře