Skip to main content

Class SpiChannelInfo

Represents SPI channel information.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class SpiChannelInfo : DigitalChannelInfoBase, ISpiChannelInfo, IDigitalChannelInfo, IChannelInfo

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

Implements:
Meadow.Hardware.ISpiChannelInfo

Properties

LineTypes

Gets the supported line types of the SPI channel.

View Source
Declaration
public SpiLineType LineTypes { get; protected set; }

Implements