Skip to main content

Class UartChannelInfo

Represents information about a UART channel.

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

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

Implements:
Meadow.Hardware.IUartChannelInfo

Properties

SerialDirection

Gets the serial direction type of the UART channel.

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

Implements