Table of Contents

Class CreateDI0TriggerPayload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

Represents an operator that creates a message payload that configuration of the digital input pin 0.

public class CreateDI0TriggerPayload
Inheritance
CreateDI0TriggerPayload
Derived
Inherited Members

Properties

DI0Trigger

Gets or sets the value that configuration of the digital input pin 0.

public TriggerConfig DI0Trigger { get; set; }

Property Value

TriggerConfig

Methods

GetMessage(MessageType)

Creates a message that configuration of the digital input pin 0.

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 TriggerConfig GetPayload()

Returns

TriggerConfig

The created message payload value.