Skip to main content

FrameEventArgs Class

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

Arguments for I2cDevice.FrameReceived.

public sealed class FrameEventArgs

Properties

Timestamp

public DateTime Timestamp { get; }

Driver-captured time of the frame.

DataCount

public uint DataCount { get; }

Number of bytes associated with this frame.

Address

public uint Address { get; }

The address that was acknowledged.

Event

public I2cTransaction Event { get; }

The kind of master-initiated transaction observed.