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 値のいずれか 1 つ。

注釈

このプロパティは、イベントの原因となったイベントの種類に関する情報を提供します ErrorReceived

適用対象