Position change event
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public event EncoderPositionChangeEventHandler EncoderPositionChange |
Visual Basic (Declaration) |
---|
Public Event EncoderPositionChange As EncoderPositionChangeEventHandler |
Visual C++ |
---|
public: event EncoderPositionChangeEventHandler^ EncoderPositionChange { void add (EncoderPositionChangeEventHandler^ value); void remove (EncoderPositionChangeEventHandler^ value); } |
Remarks
The position change event provides data about how many ticks have occured, and how much time has passed since the last position change event, but does not contain an absolute position. This can be obtained from getEncoderPosition.