Interface ISpiChannelInfo
Represents the communication channel information for an SPI channel.
Assembly: Meadow.Contracts.dll
View Source
public interface ISpiChannelInfo : IDigitalChannelInfo, IChannelInfo
Properties
LineTypes
Gets the line types supported by the SPI channel.
View Source
SpiLineType LineTypes { get; }