Skip to main content

SerialErrorReceivedEventArgs Class

Namespace: System.IO.Ports · Assembly: GHIElectronics.TinyCLR.System.IO.Ports

No description available.

public class SerialErrorReceivedEventArgs : EventArgs

Constructors

SerialErrorReceivedEventArgs(SerialError eventType)

public SerialErrorReceivedEventArgs(SerialError eventType)

No description available.

ParameterTypeDescription
eventTypeSerialError

Properties

EventType

public SerialError EventType { get; }

No description available.