Denso BHT-200QW Dokumentacja Strona 335

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 334
- 333 -
SignaledEvent
Acquires the last serial communication event that occurred.
Syntax
[VB]
Public ReadOnly Property SignaledEvent As EN_EVENT
[C#]
public EN_EVENT SignaledEvent {get}
Property
Event to wait for
Parameter values
: As listed in EN_EVENT
Default value
: EN_EVENT.NONE
Exceptions
None
Note
The parameter value will always be EN_EVENT.NONE while the port is closed.
[Ex.] Acquire the last event that occurred.
[VB] Dim CommSerial.EN_EVENT CommEvent = MyComm.SignaledEvent
[C#] EN_EVENT CommEvent = MyComm.SignaledEvent;
Przeglądanie stron 334
1 2 ... 330 331 332 333 334 335 336 337 338 339 340 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag