Interface INamedPinGroups
Represents an interface for accessing named pin groups.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface INamedPinGroups
Properties
AllGroups
Gets a list of all named pin groups.
View Source
Declaration
IList<NamedPinGroup> AllGroups { get; }