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 이벤트입니다.

적용 대상