|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each I2C device implementation must implements this interface.
Method Summary | |
I2CAddress |
getI2cAddress()
Returns the i2c device slave address. |
java.lang.String |
getName()
Returns the name of the i2c device. |
void |
reportReceived(int[] readBuffer)
Callback method is called when a matching report was received. |
void |
setIowDevice(AbstractIowDevcie iow)
Sets the reference to an iow device for write report operations. |
Method Detail |
public java.lang.String getName()
public I2CAddress getI2cAddress()
public void reportReceived(int[] readBuffer)
readBuffer
- Read buffer from a received report.public void setIowDevice(AbstractIowDevcie iow)
iow
- Instance of an iow device.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |