Class I2cChannelInfo
Represents information about an I2C channel
Assembly: Meadow.Contracts.dll
View Source
public class I2cChannelInfo : DigitalChannelInfoBase, II2cChannelInfo, IDigitalChannelInfo, IChannelInfo, ICommunicationChannelInfo
Inheritance: System.Object
-> Meadow.Hardware.ChannelInfoBase -> Meadow.Hardware.DigitalChannelInfoBase
Implements:
Meadow.Hardware.II2cChannelInfo, Meadow.Hardware.IDigitalChannelInfo, Meadow.Hardware.IChannelInfo, Meadow.Hardware.ICommunicationChannelInfo
Properties
ChannelFunction
Gets the function type of the I2C channel
View Source
public I2cChannelFunctionType ChannelFunction { get; protected set; }