This class represents a collection of Encoders.

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

Syntax

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

Remarks

This class contains the count of the available encoders and the encoder indexer to access the encoders. This returns only the position of each encoder. To access enable/index on the newer encoder board, use the EncoderEncoderWithEnableCollection.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.EncoderEncoderCollection

See Also