peak.can.basic
Interface IRcvEventProcessor
- All Known Implementing Classes:
- CANReadThread
public interface IRcvEventProcessor
This interface is implemented by classes which need to process the CAN Receive-Event.
Method Summary |
void |
processRcvEvent(TPCANHandle channel)
This method is called by the RcvEventDispatcher to process the CAN Receive-Event
by the current implementor |
processRcvEvent
void processRcvEvent(TPCANHandle channel)
- This method is called by the RcvEventDispatcher to process the CAN Receive-Event
by the current implementor