Table of Contents

Class CreateMimicPort0ValvePayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that specifies the digital output to mimic the Port 0 valve state.

public class CreateMimicPort0ValvePayload
Inheritance
CreateMimicPort0ValvePayload
Derived
Inherited Members

Properties

MimicPort0Valve

Gets or sets the value that specifies the digital output to mimic the Port 0 valve state.

public MimicOutput MimicPort0Valve { get; set; }

Property Value

MimicOutput

Methods

GetMessage(MessageType)

Creates a message that specifies the digital output to mimic the Port 0 valve state.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the MimicPort0Valve register.

GetPayload()

Creates a message payload for the MimicPort0Valve register.

public MimicOutput GetPayload()

Returns

MimicOutput

The created message payload value.