Class SpiChannelInfo
Represents SPI channel information.
Assembly: Meadow.Contracts.dll
View Source
public class SpiChannelInfo : DigitalChannelInfoBase, ISpiChannelInfo, IDigitalChannelInfo, IChannelInfo
Inheritance: System.Object
-> Meadow.Hardware.ChannelInfoBase -> Meadow.Hardware.DigitalChannelInfoBase
Implements:
Meadow.Hardware.ISpiChannelInfo, Meadow.Hardware.IDigitalChannelInfo, Meadow.Hardware.IChannelInfo
Properties
LineTypes
Gets the supported line types of the SPI channel.
View Source
public SpiLineType LineTypes { get; protected set; }