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