Table of Contents

Class CreateDO3ThresholdPayload

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

Represents an operator that creates a message payload that value used to threshold an ADC read, and trigger DO3 pin.

public class CreateDO3ThresholdPayload
Inheritance
CreateDO3ThresholdPayload
Derived
Inherited Members

Properties

DO3Threshold

Gets or sets the value that value used to threshold an ADC read, and trigger DO3 pin.

public short DO3Threshold { get; set; }

Property Value

short

Methods

GetMessage(MessageType)

Creates a message that value used to threshold an ADC read, and trigger DO3 pin.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO3Threshold register.

GetPayload()

Creates a message payload for the DO3Threshold register.

public short GetPayload()

Returns

short

The created message payload value.