Table of Contents

Class CreateOutputPulsePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that enables pulse generation on the specified digital output line.

public class CreateOutputPulsePayload
Inheritance
CreateOutputPulsePayload
Derived
Inherited Members

Properties

OutputPulse

Gets or sets the value that enables pulse generation on the specified digital output line.

public DigitalOutputs OutputPulse { get; set; }

Property Value

DigitalOutputs

Methods

GetMessage(MessageType)

Creates a message that enables pulse generation on the specified digital output line.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the OutputPulse register.

GetPayload()

Creates a message payload for the OutputPulse register.

public DigitalOutputs GetPayload()

Returns

DigitalOutputs

The created message payload value.