Skip to main content

Interface ISerialCommunicationChannelInfo

Represents the communication channel information for a serial communication channel.

Assembly: Meadow.Contracts.dll​
View Source​
Declaration
public interface ISerialCommunicationChannelInfo : ICommunicationChannelInfo

Properties​

SerialDirection​

Gets the serial direction type.

View Source​
Declaration
SerialDirectionType SerialDirection { get; }