Table of Contents

Class CreateProtocolDirectionPayload

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

Represents an operator that creates a message payload that sets the direction of the protocol execution.

public class CreateProtocolDirectionPayload
Inheritance
CreateProtocolDirectionPayload
Derived
Inherited Members

Properties

ProtocolDirection

Gets or sets the value that sets the direction of the protocol execution.

public ProtocolDirectionState ProtocolDirection { get; set; }

Property Value

ProtocolDirectionState

Methods

GetMessage(MessageType)

Creates a message that sets the direction of the protocol execution.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the ProtocolDirection register.

GetPayload()

Creates a message payload for the ProtocolDirection register.

public ProtocolDirectionState GetPayload()

Returns

ProtocolDirectionState

The created message payload value.