Skip to main content

Interface ISpiChannelInfo

Represents the communication channel information for an SPI channel.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface ISpiChannelInfo : IDigitalChannelInfo, IChannelInfo

Properties

LineTypes

Gets the line types supported by the SPI channel.

View Source
Declaration
SpiLineType LineTypes { get; }