Click or drag to resize

QuadratureDecoderAPI Class

Provides access to Quadrature Decoder operations.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibSpice3API
    RAYLASE.SPICE3.ClientLibQuadratureDecoderAPI

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public class QuadratureDecoderAPI : Spice3API

The QuadratureDecoderAPI type exposes the following members.

Methods
 NameDescription
Public methodGetConfig Gets the current configuration from the card.
Public methodLoadConfig Loads the current configuration from the card's local storage.
Public methodReadEncoderPosition Reads the current position of the selected encoder.
Public methodResetEncoderPosition Resets the selected encoder position to zero.
Public methodSetConfig Sets the current configuration on the card.
Public methodStoreConfig Stores the current configuration in the card's local storage for later (re-)loading.
Top
See Also