Table of Contents

Class CreateAuxInRisingEdgePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that enables rising edge detection on the auxiliary inputs.

public class CreateAuxInRisingEdgePayload
Inheritance
CreateAuxInRisingEdgePayload
Derived
Inherited Members

Properties

AuxInRisingEdge

Gets or sets the value that enables rising edge detection on the auxiliary inputs.

public AuxiliaryInputs AuxInRisingEdge { get; set; }

Property Value

AuxiliaryInputs

Methods

GetMessage(MessageType)

Creates a message that enables rising edge detection on the auxiliary inputs.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the AuxInRisingEdge register.

GetPayload()

Creates a message payload for the AuxInRisingEdge register.

public AuxiliaryInputs GetPayload()

Returns

AuxiliaryInputs

The created message payload value.