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 TypeMethodDescriptionvoid
processRcvEvent
(TPCANHandle channel) This method is called by the RcvEventDispatcher to process the CAN Receive-Event by the current implementor
-
Method Details
-
processRcvEvent
This method is called by the RcvEventDispatcher to process the CAN Receive-Event by the current implementor- Parameters:
channel
- CAN channel to process event
-