
- 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;
Komentarze do niniejszej Instrukcji