Skip to main content

Interface II2cChannelInfo

Represents the I2C channel information.

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

Properties

ChannelFunction

Gets the I2C channel function type.

View Source
Declaration
I2cChannelFunctionType ChannelFunction { get; }