Skip to main content

ErrorReceivedEventArgs Class

Namespace: GHIElectronics.TinyCLR.Devices.I2c · Assembly: GHIElectronics.TinyCLR.Devices.I2c

Arguments for I2cDevice.ErrorReceived.

public sealed class ErrorReceivedEventArgs

Properties

Timestamp

public DateTime Timestamp { get; }

Driver-captured time of the error.

Error

public I2cError Error { get; }

The kind of error detected.

Address

public uint Address { get; }

The address (if any) the error was associated with.