Table of Contents

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 StepperMotors

Specifies which motors are currently stopped.

changed StepperMotors

Specifies which motor just stopped.

Fields

Changed

Specifies which motor just stopped.

public StepperMotors Changed

Field Value

StepperMotors

State

Specifies which motors are currently stopped.

public StepperMotors State

Field Value

StepperMotors