Skip to main content

Class CanExtendedRangeAcceptanceFilter

Represents a CAN extended range acceptance filter.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class CanExtendedRangeAcceptanceFilter : CanAcceptanceFilter

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

Properties

FirstAcceptID

Gets the first (inclusive) accepted identifier in the range.

View Source
Declaration
public int FirstAcceptID { get; }

LastAcceptID

Gets the last (inclusive) accepted identifier in the range.

View Source
Declaration
public int LastAcceptID { get; }