Class NamedPinGroup
Represents a group of named pins.
Assembly: Meadow.Contracts.dll
View Source
public class NamedPinGroup
Properties
Name
Gets the name of the pin group.
View Source
public string Name { get; protected set; }
Pins
Gets the array of pins in the group.
View Source
public IPin[] Pins { get; protected set; }
Methods
ToString()
Returns the Name of the Meadow.Hardware.NamedPinGroup object.
View Source
public override string ToString()
Returns
System.String
: The Name of the Meadow.Hardware.NamedPinGroup object.