Table of Contents

Class CreateDO0TimeAboveThresholdPayload

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

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

public class CreateDO0TimeAboveThresholdPayload
Inheritance
CreateDO0TimeAboveThresholdPayload
Derived
Inherited Members

Properties

DO0TimeAboveThreshold

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

public ushort DO0TimeAboveThreshold { get; set; }

Property Value

ushort

Methods

GetMessage(MessageType)

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

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DO0TimeAboveThreshold register.

GetPayload()

Creates a message payload for the DO0TimeAboveThreshold register.

public ushort GetPayload()

Returns

ushort

The created message payload value.