Skip to main content

Class PinMapping.PinAlias

Represent an alias for a single connector pin

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class PinMapping.PinAlias

Properties

PinName

The Connector pin name

View Source
Declaration
public string PinName { get; }

ConnectsTo

Gets the host IPin that this Connector pin connects to

View Source
Declaration
public IPin ConnectsTo { get; }