Denso BHT-200QW Specifiche Pagina 338

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 377
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 337
- 336 -
PortOpen
Opens/closes the COM port.
Syntax
[VB]
Public Property PortOpen As Boolean
[C#]
public bool PortOpen {get;set}
Property
COM port status: Open (=True), Disabled (=False)
Default value
: False
Exceptions
Name of Exception Meaning
DevNotFoundException No COM port exists.
ObjectDisposedException
The COM port has not been opened (i.e., The COM port
is closed).
SecurityException The COM port has already been opened.
[Ex.] Open the COM port.
[VB] MyComm.PortOpen = True
[C#] MyComm.PortOpen = true;
Vedere la pagina 337
1 2 ... 333 334 335 336 337 338 339 340 341 342 343 ... 376 377

Commenti su questo manuale

Nessun commento