Class PinMapping.PinAlias
Represent an alias for a single connector pin
Assembly: Meadow.Contracts.dll
View Source
public class PinMapping.PinAlias
Properties
PinName
The Connector pin name
View Source
public string PinName { get; }
ConnectsTo
Gets the host IPin that this Connector pin connects to
View Source
public IPin ConnectsTo { get; }