Skip to main content

I2cTransferStatus Enum

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

Outcome of an I²C transfer.

public enum I2cTransferStatus

Fields

NameValueDescription
FullTransfer0All requested bytes were transferred successfully.
PartialTransfer1Some, but not all, requested bytes were transferred.
SlaveAddressNotAcknowledged2The slave did not acknowledge its address.
ClockStretchTimeout3The slave held the clock low past the configured timeout.