SerialErrorReceivedEventArgs.EventType Property

Definition

Gets or sets the event type.

public:
 property System::IO::Ports::SerialError EventType { System::IO::Ports::SerialError get(); };
public System.IO.Ports.SerialError EventType { get; }
member this.EventType : System.IO.Ports.SerialError
Public ReadOnly Property EventType As SerialError

Property Value

One of the SerialError values.

Remarks

This property provides information on the event type that caused the ErrorReceived event.

Applies to