Class CreateEnableMotorDriverPayload
- Namespace
- Harp.SyringePump
- Assembly
- Harp.SyringePump.dll
Represents an operator that creates a message payload that enables the motor driver.
public class CreateEnableMotorDriverPayload
- Inheritance
-
CreateEnableMotorDriverPayload
- Derived
- Inherited Members
Properties
EnableMotorDriver
Gets or sets the value that enables the motor driver.
public EnableFlag EnableMotorDriver { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that enables the motor driver.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the EnableMotorDriver register.
GetPayload()
Creates a message payload for the EnableMotorDriver register.
public EnableFlag GetPayload()
Returns
- EnableFlag
The created message payload value.