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 事件的事件类型的信息。

适用于