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 枚举中定义的值之一。

适用于