Table of Contents

Class CreateDI0TriggerPayload

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

Represents an operator that creates a message payload that configures the callback function triggered when digital input is triggered.

public class CreateDI0TriggerPayload
Inheritance
CreateDI0TriggerPayload
Derived
Inherited Members

Properties

DI0Trigger

Gets or sets the value that configures the callback function triggered when digital input is triggered.

public DI0TriggerConfig DI0Trigger { get; set; }

Property Value

DI0TriggerConfig

Methods

GetMessage(MessageType)

Creates a message that configures the callback function triggered when digital input is triggered.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DI0Trigger register.

GetPayload()

Creates a message payload for the DI0Trigger register.

public DI0TriggerConfig GetPayload()

Returns

DI0TriggerConfig

The created message payload value.