Table of Contents

Class CreateOutputPulseEnablePayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that enables the pulse function for the specified output lines.

public class CreateOutputPulseEnablePayload
Inheritance
CreateOutputPulseEnablePayload
Derived
Inherited Members

Properties

OutputPulseEnable

Gets or sets the value that enables the pulse function for the specified output lines.

public DigitalOutputs OutputPulseEnable { get; set; }

Property Value

DigitalOutputs

Methods

GetMessage(MessageType)

Creates a message that enables the pulse function for the specified output lines.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the OutputPulseEnable register.

GetPayload()

Creates a message payload for the OutputPulseEnable register.

public DigitalOutputs GetPayload()

Returns

DigitalOutputs

The created message payload value.