This class represents a Phidget Encoder. All methods to read encoder data from an encoder are implemented in this class.

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

Syntax

C#
public class Encoder : Phidget
Visual Basic (Declaration)
Public Class Encoder _
	Inherits Phidget
Visual C++
public ref class Encoder : public Phidget

Remarks

Phidget Encoder boards generally support 1 or more encoders with 0 or more digital inputs. Both high speed optical and low speed mechanical encoders are supported with this API.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.Encoder

See Also