
- 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;
Comentarios a estos manuales