Interface IConnector
An interface for a named collection of pins
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IConnector
Properties
Name
The Connector's name
View Source
Declaration
string Name { get; }
Pins
The pins in the Connector
View Source
Declaration
IPinDefinitions Pins { get; }