Table of Contents

Class CreateDO1SyncPayload

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

Represents an operator that creates a message payload that configures which signal is mimicked in the digital output 1.

public class CreateDO1SyncPayload
Inheritance
CreateDO1SyncPayload
Derived
Inherited Members

Properties

DO1Sync

Gets or sets the value that configures which signal is mimicked in the digital output 1.

public DO1SyncConfig DO1Sync { get; set; }

Property Value

DO1SyncConfig

Methods

GetMessage(MessageType)

Creates a message that configures which signal is mimicked in the digital output 1.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO1Sync register.

GetPayload()

Creates a message payload for the DO1Sync register.

public DO1SyncConfig GetPayload()

Returns

DO1SyncConfig

The created message payload value.