Class CreateMotor0MicrostepResolutionPayload
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
Represents an operator that creates a message payload that configures the microstep resolution for motor 0.
public class CreateMotor0MicrostepResolutionPayload
- Inheritance
-
CreateMotor0MicrostepResolutionPayload
- Derived
- Inherited Members
Properties
Motor0MicrostepResolution
Gets or sets the value that configures the microstep resolution for motor 0.
public MicrostepResolution Motor0MicrostepResolution { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configures the microstep resolution for motor 0.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the Motor0MicrostepResolution register.
GetPayload()
Creates a message payload for the Motor0MicrostepResolution register.
public MicrostepResolution GetPayload()
Returns
- MicrostepResolution
The created message payload value.