Skip to main content

Class CanChannelInfo

Information about a Controller Area Network (CanChannelInfo) channel

Assembly: Meadow.Contracts.dll
View Source
public class CanChannelInfo : DigitalChannelInfoBase, ICanChannelInfo, IDigitalChannelInfo, IChannelInfo

Inheritance: System.Object -> Meadow.Hardware.ChannelInfoBase -> Meadow.Hardware.DigitalChannelInfoBase

Implements:
Meadow.Hardware.ICanChannelInfo, Meadow.Hardware.IDigitalChannelInfo, Meadow.Hardware.IChannelInfo

Properties

SerialDirection

Direction

View Source
public SerialDirectionType SerialDirection { get; protected set; }

Implements