Package comm
Class OnI2CListener
Public Method onRequest
abstract void onRequest()
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
The onRequest() method is called when the I2C master
has addressed the iLCD controllerJoC as slave transmitter requesting data to be send by the slave.
Note
- This method is executed in the Event-Thread. Please make sure that
data transfer between the Main-Thread and the Event-Thread is correctly
synchronized. Consider making it synchronized in the implementing class.
Copyright © demmel products gmbh. All rights reserved.