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