Class CanDataReceivedEventArgs
- Namespace
 - Loehnert.Lisrt.Communication.Can
 
- Assembly
 - Loehnert.Lisrt.Communication.Can.dll
 
Represents event args for a can data received event.
public class CanDataReceivedEventArgs : EventArgs
  - Inheritance
 - 
      
      
      CanDataReceivedEventArgs
 
- Inherited Members
 
Constructors
CanDataReceivedEventArgs(IEnumerable<CanData>)
Initializes a new instance of the CanDataReceivedEventArgs class.
public CanDataReceivedEventArgs(IEnumerable<CanData> data)
  Parameters
dataIEnumerable<CanData>Received data.
Properties
Data
Gets the received data.
public IEnumerable<CanData> Data { get; }