Skip to main content

Interface IBiDirectionalPort

Contract for ports that are capable of reading inputs and writing digital outputs.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IBiDirectionalPort : IDigitalInputPort, IDigitalOutputPort, IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable

Properties

Direction

Gets or sets the current direction of the port

View Source
Declaration
PortDirectionType Direction { get; set; }