Skip to main content

Class DataFrame

Represents an abstract data frame for CAN communication, inheriting from Frame.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public abstract class DataFrame : Frame, ICanFrame

Inheritance: System.Object -> Meadow.Hardware.Frame

Derived:
Meadow.Hardware.ExtendedDataFrame

Implements:
Meadow.Hardware.ICanFrame

Properties

ID

Gets or sets the identifier for the data frame.

View Source
Declaration
public int ID { get; set; }

Payload

Gets or sets the payload of the data frame.

View Source
Declaration
public byte[] Payload { get; set; }

Implements