Skip to main content

Class UartChannelInfo

Represents information about a UART channel.

Assembly: Meadow.Contracts.dll
View Source
public class UartChannelInfo : DigitalChannelInfoBase, IUartChannelInfo, IDigitalChannelInfo, IChannelInfo, ISerialCommunicationChannelInfo, ICommunicationChannelInfo

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

Implements:
Meadow.Hardware.IUartChannelInfo, Meadow.Hardware.IDigitalChannelInfo, Meadow.Hardware.IChannelInfo, Meadow.Hardware.ISerialCommunicationChannelInfo, Meadow.Hardware.ICommunicationChannelInfo

Properties

SerialDirection

Gets the serial direction type of the UART channel.

View Source
public SerialDirectionType SerialDirection { get; protected set; }

Implements