Skip to main content

ErrorReceivedEventArgs Class

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

Arguments for CanController.ErrorReceived.

public class ErrorReceivedEventArgs

Properties

Error

public CanError Error { get; }

The kind of error reported.

Timestamp

public DateTime Timestamp { get; }

Driver-captured time of the error.