Click or drag to resize

IEncoder Interface

[Missing <summary> documentation for "T:Demo3D.Visuals.Motor.IEncoder"]


Namespace: Demo3D.Visuals.Motor
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IEncoder

The IEncoder type exposes the following members.

Properties
 NameDescription
Public propertyMotor The motor to which the encoder is attached.
Top
Methods
 NameDescription
Public methodAttach Called when a motor attempts to attach the encoder to itself.
Public methodDetach Called when a motor has detatched the encoder.
Public methodPause Called immediately after the motor has been paused.
Public methodResume Called immediately after the motor has been resumed (following a pause).
Top
See Also