次の方法で共有


ErrorReceivedEventArgs.Error プロパティ

定義

シリアル ポートでイベントの原因となった文字型を取得します。

public:
 property SerialError Error { SerialError get(); };
SerialError Error();
public SerialError Error { get; }
var serialError = errorReceivedEventArgs.error;
Public ReadOnly Property Error As SerialError

プロパティ値

SerialError 列挙で定義されている値の 1 つ。

適用対象