ErrorReceivedEventArgs Class
Namespace: GHIElectronics.TinyCLR.Devices.Can · Assembly: 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.