Package comm
Class OnSPIListener

Public Method onReceive

abstract void onReceive(int[] data)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

This method has to be implemented by the user in order to receive data from a comm interface. It will be automatically called by the EventManagement. The incoming data is passed in the byte array data.

Note