Class CanStandardRangeAcceptanceFilter
Represents a CAN standard range acceptance filter.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public class CanStandardRangeAcceptanceFilter : CanAcceptanceFilter
Inheritance: System.Object
-> Meadow.Hardware.CanAcceptanceFilter
Properties
FirstAcceptID
Gets the first (inclusive) accepted identifier in the range.
View Source
Declaration
public short FirstAcceptID { get; }
LastAcceptID
Gets the last (inclusive) accepted identifier in the range.
View Source
Declaration
public short LastAcceptID { get; }