Table of Contents

Class CreateMotor3MoveAbsolutePayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

Represents an operator that creates a message payload that moves motor 3 to the absolute position written in this register.

public class CreateMotor3MoveAbsolutePayload
Inheritance
CreateMotor3MoveAbsolutePayload
Derived
Inherited Members

Properties

Motor3MoveAbsolute

Gets or sets the value that moves motor 3 to the absolute position written in this register.

public int Motor3MoveAbsolute { get; set; }

Property Value

int

Methods

GetMessage(MessageType)

Creates a message that moves motor 3 to the absolute position written in this register.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Motor3MoveAbsolute register.

GetPayload()

Creates a message payload for the Motor3MoveAbsolute register.

public int GetPayload()

Returns

int

The created message payload value.