Interface ICanCommunication2
- Namespace
- Loehnert.Lisrt.Communication.Can
- Assembly
- Loehnert.Lisrt.Communication.Can.dll
Represents a CAN communication which publishes received data by event.
public interface ICanCommunication2
Methods
Send(CanData)
Sends CanData to a device.
void Send(CanData data)
Parameters
data
CanDataData to send.
Events
DataReceived
Occurs when data are received.
event EventHandler<CanDataReceivedEventArgs> DataReceived