java.lang.Object
com.diozero.api.I2CDeviceInterface.Command
- Direct Known Subclasses:
I2CDeviceInterface.ReadCommand
,I2CDeviceInterface.WriteCommand
- Enclosing interface:
- I2CDeviceInterface
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Command
-
-
Method Details
-
getRegisterAddress
-
getFlags
public int getFlags() -
getData
public byte[] getData() -
getLength
public int getLength() -
isRead
public boolean isRead() -
isWrite
public boolean isWrite()
-