Interface ISerialCommunicationChannelInfo
Represents the communication channel information for a serial communication channel.
Assembly: Meadow.Contracts.dll
View Source
public interface ISerialCommunicationChannelInfo : ICommunicationChannelInfo
Properties
SerialDirection
Gets the serial direction type.
View Source
SerialDirectionType SerialDirection { get; }