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.
| Parameter | Type | Description |
|---|---|---|
eventType | SerialError |
Properties
EventType
public SerialError EventType { get; }
No description available.