Class CreateMimicPort1ValvePayload
Represents an operator that creates a message payload that specifies the digital output to mimic the Port 1 valve state.
public class CreateMimicPort1ValvePayload
- Inheritance
-
CreateMimicPort1ValvePayload
- Derived
- Inherited Members
Properties
MimicPort1Valve
Gets or sets the value that specifies the digital output to mimic the Port 1 valve state.
public MimicOutput MimicPort1Valve { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the digital output to mimic the Port 1 valve state.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the MimicPort1Valve register.
GetPayload()
Creates a message payload for the MimicPort1Valve register.
public MimicOutput GetPayload()
Returns
- MimicOutput
The created message payload value.