C# Class Can.Packet

Show file Open project: nusolar/sc6-telemetry-code

Public Properties

Property Type Description
frame Frame

Public Methods

Method Description
Packet ( UInt16 id, Byte length, UInt64 data )

Initializes a new instance of the SolarCar.Can.Packet class.

Method Details

Packet() public method

Initializes a new instance of the SolarCar.Can.Packet class.
public Packet ( UInt16 id, Byte length, UInt64 data )
id UInt16 CAN ID, maximum 0x7FF for standard CAN.
length Byte Length of CAN Data.
data UInt64 Data in CAN frame.

Property Details

frame public property

public Frame frame
return Frame