Table of Contents

Class CreateAuxInFallingEdgePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that enables falling edge detection on the auxiliary input port.

public class CreateAuxInFallingEdgePayload
Inheritance
CreateAuxInFallingEdgePayload
Derived
Inherited Members

Properties

AuxInFallingEdge

Gets or sets the value that enables falling edge detection on the auxiliary input port.

public AuxiliaryInputs AuxInFallingEdge { get; set; }

Property Value

AuxiliaryInputs

Methods

GetMessage(MessageType)

Creates a message that enables falling edge detection on the auxiliary input port.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the AuxInFallingEdge register.

GetPayload()

Creates a message payload for the AuxInFallingEdge register.

public AuxiliaryInputs GetPayload()

Returns

AuxiliaryInputs

The created message payload value.