Package peak.can.basic
Interface IRcvEventProcessor
-
public interface IRcvEventProcessor
This interface is implemented by classes which need to process the CAN Receive-Event.
-
-
Method Summary
Modifier and Type Method Description void
processRcvEvent(TPCANHandle channel)
This method is called by the RcvEventDispatcher to process the CAN Receive-Event by the current implementor
-
-
-
Method Detail
-
processRcvEvent
void processRcvEvent(TPCANHandle channel)
This method is called by the RcvEventDispatcher to process the CAN Receive-Event by the current implementor- Parameters:
channel
- CAN channel to process event
-
-