Class CreateEncoderResetPayload
Represents an operator that creates a message payload that reset the counter of the specified encoders to zero.
public class CreateEncoderResetPayload
- Inheritance
-
CreateEncoderResetPayload
- Derived
- Inherited Members
Properties
EncoderReset
Gets or sets the value that reset the counter of the specified encoders to zero.
public EncoderInputs EncoderReset { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that reset the counter of the specified encoders to zero.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the EncoderReset register.
GetPayload()
Creates a message payload for the EncoderReset register.
public EncoderInputs GetPayload()
Returns
- EncoderInputs
The created message payload value.