Table of Contents

Class CreateDO3TimeBelowThresholdPayload

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

Represents an operator that creates a message payload that time (ms) below threshold value that is required to trigger a DO3 pin event.

public class CreateDO3TimeBelowThresholdPayload
Inheritance
CreateDO3TimeBelowThresholdPayload
Derived
Inherited Members

Properties

DO3TimeBelowThreshold

Gets or sets the value that time (ms) below threshold value that is required to trigger a DO3 pin event.

public ushort DO3TimeBelowThreshold { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

Creates a message that time (ms) below threshold value that is required to trigger a DO3 pin event.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO3TimeBelowThreshold register.

GetPayload()

Creates a message payload for the DO3TimeBelowThreshold register.

public ushort GetPayload()

Returns

ushort

The created message payload value.