Characteristic | Locus |
---|---|
Namespace | Meadow.Hardware |
Assembly | Meadow.dll |
Syntax
public interface IPin
Properties
Key
Declaration
object Key { get; }
Property Value
Type | Description |
---|---|
System.Object |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SupportedChannels
Declaration
IList<IChannelInfo> SupportedChannels { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IChannelInfo> |