Table of Contents

Class CreateDO3TargetChannelPayload

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

Represents an operator that creates a message payload that target ADC channel that will be used to trigger a threshold event on DO3 pin.

public class CreateDO3TargetChannelPayload
Inheritance
CreateDO3TargetChannelPayload
Derived
Inherited Members

Properties

DO3TargetChannel

Gets or sets the value that target ADC channel that will be used to trigger a threshold event on DO3 pin.

public AdcChannel DO3TargetChannel { get; set; }

Property Value

AdcChannel

Methods

GetMessage(MessageType)

Creates a message that target ADC channel that will be used to trigger a threshold event on DO3 pin.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO3TargetChannel register.

GetPayload()

Creates a message payload for the DO3TargetChannel register.

public AdcChannel GetPayload()

Returns

AdcChannel

The created message payload value.