Class SerialErrorReceivedEventArgs
Provides data from serial communication errors.
Assembly: Meadow.Contracts.dll
View Source
public class SerialErrorReceivedEventArgs
Properties
EventType
The type of error encountered during serial communication.
View Source
public SerialErrorType EventType { get; }