Table of Contents

Class CreateAuxInStatePayload

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Represents an operator that creates a message payload that reports the state of the auxiliary inputs.

public class CreateAuxInStatePayload
Inheritance
CreateAuxInStatePayload
Derived
Inherited Members

Properties

AuxInState

Gets or sets the value that reports the state of the auxiliary inputs.

public AuxiliaryInputs AuxInState { get; set; }

Property Value

AuxiliaryInputs

Methods

GetMessage(MessageType)

Creates a message that reports the state of 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 AuxInState register.

GetPayload()

Creates a message payload for the AuxInState register.

public AuxiliaryInputs GetPayload()

Returns

AuxiliaryInputs

The created message payload value.