Table of Contents

Class CreateMotor3MicrostepResolutionPayload

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

Represents an operator that creates a message payload that configures the microstep resolution for motor 3.

public class CreateMotor3MicrostepResolutionPayload
Inheritance
CreateMotor3MicrostepResolutionPayload
Derived
Inherited Members

Properties

Motor3MicrostepResolution

Gets or sets the value that configures the microstep resolution for motor 3.

public MicrostepResolution Motor3MicrostepResolution { get; set; }

Property Value

MicrostepResolution

Methods

GetMessage(MessageType)

Creates a message that configures the microstep resolution for motor 3.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the Motor3MicrostepResolution register.

GetPayload()

Creates a message payload for the Motor3MicrostepResolution register.

public MicrostepResolution GetPayload()

Returns

MicrostepResolution

The created message payload value.