Class ItemCanArgs
Contains information about CAN data.
Inheritance
System.Object
    ItemCanArgs
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ItemCanArgs : EventArgs
  Constructors
ItemCanArgs(SessionKey, CanInstance)
Update the CAN item details.
Declaration
public ItemCanArgs(SessionKey sessionKey, CanInstance canData)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MAT.OCS.Core.SessionKey | sessionKey | Session key.  | 
      
| CanInstance | canData | List of CAN data.  | 
      
Properties
CanData
Gets the list of CAN data.
Declaration
public CanInstance CanData { get; }
  Property Value
| Type | Description | 
|---|---|
| CanInstance | 
SessionKey
Gets the session key for the CAN data.
Declaration
public SessionKey SessionKey { get; }
  Property Value
| Type | Description | 
|---|---|
| MAT.OCS.Core.SessionKey |