Table of Contents

Class CreateDigitalOutputClearPayload

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

Represents an operator that creates a message payload that clear the specified digital output lines.

public class CreateDigitalOutputClearPayload
Inheritance
CreateDigitalOutputClearPayload
Derived
Inherited Members

Properties

DigitalOutputClear

Gets or sets the value that clear the specified digital output lines.

public DigitalOutputs DigitalOutputClear { get; set; }

Property Value

DigitalOutputs

Methods

GetMessage(MessageType)

Creates a message that clear the specified digital output lines.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DigitalOutputClear register.

GetPayload()

Creates a message payload for the DigitalOutputClear register.

public DigitalOutputs GetPayload()

Returns

DigitalOutputs

The created message payload value.