Skip to main content

SerialErrorReceivedEventArgs Class

NuGet: GHIElectronics.TinyCLR.Devices.Uart
Assembly: System.IO.Ports
Namespace: System.IO.Ports

Arguments for the error-received event.

public class SerialErrorReceivedEventArgs : EventArgs

Constructors

SerialErrorReceivedEventArgs(SerialError eventType)

public SerialErrorReceivedEventArgs(SerialError eventType)

Creates the event arguments.

Properties

EventType

public SerialError EventType { get; }

The error that occurred.