Skip to main content

Class SerialErrorReceivedEventArgs

Provides data from serial communication errors.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class SerialErrorReceivedEventArgs

Properties

EventType

The type of error encountered during serial communication.

View Source
Declaration
public SerialErrorType EventType { get; }