Table of Contents

Class CreateDigitalInputStatePayload

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

Represents an operator that creates a message payload that status of the digital input pin 0. An event will be emitted when DI0Trigger == None.

public class CreateDigitalInputStatePayload
Inheritance
CreateDigitalInputStatePayload
Derived
Inherited Members

Properties

DigitalInputState

Gets or sets the value that status of the digital input pin 0. An event will be emitted when DI0Trigger == None.

public DigitalInputs DigitalInputState { get; set; }

Property Value

DigitalInputs

Methods

GetMessage(MessageType)

Creates a message that status of the digital input pin 0. An event will be emitted when DI0Trigger == None.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DigitalInputState register.

GetPayload()

Creates a message payload for the DigitalInputState register.

public DigitalInputs GetPayload()

Returns

DigitalInputs

The created message payload value.