This class represents a collection of Digital Outputs. All the methods and properties used to access the available digital outputs are implemented in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class InterfaceKitDigitalOutputCollection
Visual Basic (Declaration)
Public Class InterfaceKitDigitalOutputCollection
Visual C++
public ref class InterfaceKitDigitalOutputCollection

Remarks

This class contains the count of the available digital outputs and the digital input indexer to access the digital outputs.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.InterfaceKitDigitalOutputCollection

See Also