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