Table of Contents

Class CreateOutputTogglePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

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

public class CreateOutputTogglePayload
Inheritance
CreateOutputTogglePayload
Derived
Inherited Members

Properties

OutputToggle

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

public DigitalOutputs OutputToggle { get; set; }

Property Value

DigitalOutputs

Methods

GetMessage(MessageType)

Creates a message that toggle 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 OutputToggle register.

GetPayload()

Creates a message payload for the OutputToggle register.

public DigitalOutputs GetPayload()

Returns

DigitalOutputs

The created message payload value.