SerialErrorReceivedEventArgs.EventType 屬性

定義

取得或設定事件類型。

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

屬性值

其中一個 SerialError 值。

備註

此屬性提供有關造成 ErrorReceived 事件之事件類型的資訊。

適用於