Table of Contents

Class UtilityPins

Namespace
Tol
Assembly
Tol.dll
[Serializable]
public class UtilityPins : IUtilityPins, IPins<IUtilityPins>
Inheritance
UtilityPins
Implements
Inherited Members

Properties

HardwareApi

Handle to legacy IG-XL object.

public tlDriverUtilityPins HardwareApi { get; }

Property Value

tlDriverUtilityPins

Name

Gets the name of the pin, pin group or comma separated pin list.

public string Name { get; }

Property Value

string

State

The Utility state.

public IValuePerSite<tlUtilBitState> State { get; }

Property Value

IValuePerSite<tlUtilBitState>

Methods

GetIndividualPins()

Gets the individual pins (array of single pins).

public IUtilityPins[] GetIndividualPins()

Returns

IUtilityPins[]

Returns an array of single pins.

GetPinListItem()

Gets the pin list item (array of pins as a single item).

public IUtilityPins[] GetPinListItem()

Returns

IUtilityPins[]

Returns an array of pins as single item.