Skip to main content

ErrorReceivedEventArgs Class

NuGet: GHIElectronics.TinyCLR.Devices.Uart
Assembly: GHIElectronics.TinyCLR.Devices.Uart
Namespace: GHIElectronics.TinyCLR.Devices.Uart

Arguments for UartController.ErrorReceived.

public class ErrorReceivedEventArgs

Properties

Error

public UartError Error { get; }

The kind of error detected.

Timestamp

public DateTime Timestamp { get; }

Driver-captured time of the error.