Skip to main content

Class NamedPinGroup

Represents a group of named pins.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class NamedPinGroup

Properties

Name

Gets the name of the pin group.

View Source
Declaration
public string Name { get; protected set; }

Pins

Gets the array of pins in the group.

View Source
Declaration
public IPin[] Pins { get; protected set; }

Methods

ToString()

Returns the Name of the Meadow.Hardware.NamedPinGroup object.

View Source
Declaration
public override string ToString()
Returns

System.String: The Name of the Meadow.Hardware.NamedPinGroup object.