Table of Contents

Constructor MoveRelativePayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

MoveRelativePayload(int, int, int, int)

Initializes a new instance of the MoveRelativePayload structure.

public MoveRelativePayload(int motor0, int motor1, int motor2, int motor3)

Parameters

motor0 int

Contains the number of steps used to move motor 0.

motor1 int

Contains the number of steps used to move motor 1.

motor2 int

Contains the number of steps used to move motor 2.

motor3 int

Contains the number of steps used to move motor 3.