Struct MotorStoppedPayload
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
Represents the payload of the MotorStopped register.
public struct MotorStoppedPayload
- Inherited Members
Constructors
MotorStoppedPayload(StepperMotors, StepperMotors)
Initializes a new instance of the MotorStoppedPayload structure.
public MotorStoppedPayload(StepperMotors state, StepperMotors changed)
Parameters
state
StepperMotorsSpecifies which motors are currently stopped.
changed
StepperMotorsSpecifies which motor just stopped.
Fields
Changed
Specifies which motor just stopped.
public StepperMotors Changed
Field Value
State
Specifies which motors are currently stopped.
public StepperMotors State