Constructor MaxPositionPayload
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
MaxPositionPayload(int, int, int, int)
Initializes a new instance of the MaxPositionPayload structure.
public MaxPositionPayload(int motor0, int motor1, int motor2, int motor3)Parameters
- motor0int
- Defines the limit of the accumulated steps for the positive movement of motor 0. The device will not let the motor move further than this value. 
- motor1int
- Defines the limit of the accumulated steps for the positive movement of motor 1. The device will not let the motor move further than this value. 
- motor2int
- Defines the limit of the accumulated steps for the positive movement of motor 2. The device will not let the motor move further than this value. 
- motor3int
- Defines the limit of the accumulated steps for the positive movement of motor 3. The device will not let the motor move further than this value.