public static class I2cDeviceSynch.HeartbeatAction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
I2cDeviceSynch.ReadWindow |
heartbeatReadWindow
Priority #3: explicitly read a given register window
|
boolean |
rereadLastRead
Priority #1: re-issue the last I2C read operation, if possible.
|
boolean |
rewriteLastWritten
Priority #2: re-issue the last I2C write operation, if possible.
|
Constructor and Description |
---|
HeartbeatAction(boolean rereadLastRead,
boolean rewriteLastWritten,
I2cDeviceSynch.ReadWindow readWindow)
instantiates a new HeartbeatAction.
|
public final boolean rereadLastRead
public final boolean rewriteLastWritten
public final I2cDeviceSynch.ReadWindow heartbeatReadWindow
public HeartbeatAction(boolean rereadLastRead, boolean rewriteLastWritten, I2cDeviceSynch.ReadWindow readWindow)