Table of Contents

Class CreateDigitalOutputSetPayload

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

Represents an operator that creates a message payload that set the specified digital output lines.

public class CreateDigitalOutputSetPayload
Inheritance
CreateDigitalOutputSetPayload
Derived
Inherited Members

Properties

DigitalOutputSet

Gets or sets the value that set the specified digital output lines.

public DigitalOutputs DigitalOutputSet { get; set; }

Property Value

DigitalOutputs

Methods

GetMessage(MessageType)

Creates a message that set the specified digital output lines.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DigitalOutputSet register.

GetPayload()

Creates a message payload for the DigitalOutputSet register.

public DigitalOutputs GetPayload()

Returns

DigitalOutputs

The created message payload value.