Enum I2cFault
How a scripted step fails the transfer that reaches it.
public enum I2cFault : byte
Fields
ArbitrationLoss = 4Another controller won the bus.
Bus = 3A bus error, such as a misplaced start or stop condition.
NoAcknowledge = 2A missing acknowledge, with no telling whether of the address or the data.
NoAcknowledgeAddress = 0Nothing acknowledged the address.
NoAcknowledgeData = 1The part did not acknowledge a data byte.
Other = 6A failure of no more particular kind.
Overrun = 5Data arrived faster than it was taken.