Click or drag to resize

MotfAPI Class

Provides access to MOTF operations.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibSpice3API
    RAYLASE.SPICE3.ClientLibMotfAPI

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

The MotfAPI type exposes the following members.

Methods
 NameDescription
Public methodGetConfig Gets the current configuration from the card.
Public methodGetFactor1xSpeed Gets the belt speed that represents the factor 1x (100%) speed.
Public methodGetPendingParts Gets current number of pending parts.
Public methodLoadConfig Loads the current configuration from the card's local storage.
Public methodResetState Resets the Mark-on-the-Fly state to inactive.
Public methodSetConfig Sets the current configuration on the card.
Public methodSetFactor1xSpeed Sets the belt speed that represents the factor 1x (100%) speed.
Public methodStoreConfig Stores the current configuration in the card's local storage for later (re-)loading.
Top
Fields
 NameDescription
Public fieldQuadratureDecoder Provides access to QuadratureDecoder operations.
Top
See Also