Skip to main content

Class I2cChannelInfo

Represents information about an I2C channel

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class I2cChannelInfo : DigitalChannelInfoBase, II2cChannelInfo, IDigitalChannelInfo, IChannelInfo, ICommunicationChannelInfo

Inheritance: System.Object -> Meadow.Hardware.ChannelInfoBase

Implements:
Meadow.Hardware.II2cChannelInfo

Properties

ChannelFunction

Gets the function type of the I2C channel

View Source
Declaration
public I2cChannelFunctionType ChannelFunction { get; protected set; }

Implements