java.lang.Object
com.diozero.api.I2CDeviceInterface.Command
com.diozero.api.I2CDeviceInterface.ReadCommand
- Enclosing interface:
- I2CDeviceInterface
-
Constructor Summary
ConstructorDescriptionReadCommand
(int additionalFlags, byte[] buffer) ReadCommand
(int additionalFlags, int length) ReadCommand
(int additionalFlags, int registerAddress, byte[] buffer) ReadCommand
(int additionalFlags, int registerAddress, int length) -
Method Summary
Methods inherited from class com.diozero.api.I2CDeviceInterface.Command
getData, getFlags, getLength, getRegisterAddress, isRead, isWrite
-
Constructor Details
-
ReadCommand
public ReadCommand(int additionalFlags, int length) -
ReadCommand
public ReadCommand(int additionalFlags, byte[] buffer) -
ReadCommand
public ReadCommand(int additionalFlags, int registerAddress, int length) -
ReadCommand
public ReadCommand(int additionalFlags, int registerAddress, byte[] buffer)
-