Interface IBiDirectionalPort
Contract for ports that are capable of reading inputs and writing digital outputs.
Assembly: Meadow.Contracts.dll
View Source
public interface IBiDirectionalPort : IDigitalInputPort, IDigitalOutputPort, IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable
Properties
Direction
Gets or sets the current direction of the port
View Source
PortDirectionType Direction { get; set; }